Skip to content

Commit

Permalink
models update
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxlo24 authored Jul 25, 2022
1 parent 0dad2b3 commit e500e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AMASSS/AMASSS.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def createProgressDialog(parent=None, value=0, maximum=100, windowTitle="Startin
#region ========= GLOBAL VARIABLES =========

# MODEL_LINK = 'https://github.com/Maxlo24/AMASSS_CBCT/releases/download/v1.0.0-alpha/ALL_MODELS.zip'
MODEL_LINK = 'https://github.com/Maxlo24/AMASSS_CBCT/releases/download/v1.0.1/ALL_NEW_MODELS.zip'
MODEL_LINK = 'https://github.com/Maxlo24/AMASSS_CBCT/releases/download/v1.0.1/ALL_MODELS.zip'
SCAN_LINK = 'https://github.com/Maxlo24/AMASSS_CBCT/releases/download/v1.0.1/MG_test_scan.nii.gz'


Expand Down Expand Up @@ -1289,4 +1289,4 @@ def process(self, parameters, showResult=True):

# self.delayDisplay('Test passed')

#endregion
#endregion

0 comments on commit e500e1e

Please sign in to comment.