Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
kdreher committed Aug 23, 2024
2 parents c0531a1 + 70c16df commit d8be0c9
Show file tree
Hide file tree
Showing 2 changed files with 311 additions and 263 deletions.
4 changes: 2 additions & 2 deletions simpa_tests/manual_tests/generate_overview.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def __init__(self, verbose: bool = False, save_path: str = None):
self.mdFile = MdUtils(file_name=self.md_name, title='<u>Overview of Manual Test Results</u>')
self.set_style()

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

def download_reference_images(self):
"""
Expand Down
Loading

0 comments on commit d8be0c9

Please sign in to comment.