Skip to content

Commit 70c16df

Browse files
authored
Merge pull request #385 from IMSY-DKFZ/T317_Refactor_PointSourceManualTest
T317 refactor point source manual test
2 parents 308b051 + 65a0615 commit 70c16df

File tree

2 files changed

+312
-264
lines changed

2 files changed

+312
-264
lines changed

simpa_tests/manual_tests/generate_overview.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def __init__(self, verbose: bool = False, save_path: str = None):
4343
self.mdFile = MdUtils(file_name=self.md_name, title='<u>Overview of Manual Test Results</u>')
4444
self.set_style()
4545

46-
# Note: Open issue in PointSourceReconstruction.py file (make it consistent with the other manual tests)
47-
self.scripts_to_neglect = ["PointSourceReconstruction.py"]
46+
# If you manually want to neglect a specific manual test enter the python script name here
47+
self.scripts_to_neglect = []
4848

4949
def download_reference_images(self):
5050
"""
@@ -57,7 +57,7 @@ def download_reference_images(self):
5757
# Remove the directory
5858
shutil.rmtree(ref_imgs_path)
5959
# nextcloud url with the reference images
60-
self.nextcloud_url = "https://hub.dkfz.de/s/Xb96SFXbmiE5Fk8" # shared "reference_figures" folder on nextcloud
60+
self.nextcloud_url = "https://hub.dkfz.de/s/nsXKMGAaN6tPPsq" # shared "reference_figures" folder on nextcloud
6161
# Specify the local directory to save the files
6262
zip_filepath = os.path.join(self.current_dir, "downloaded.zip")
6363
# Construct the download URL based on the public share link

0 commit comments

Comments
 (0)