Skip to content

Commit

Permalink
Ewm4911 reduction integration tests (#545)
Browse files Browse the repository at this point in the history
* Initial commit that adds new regresssion tests for reduction

* Updated to be compatible with rebase

* Updated test data repo

* Updated error msg to look for to be less specific

* Removed commented line

* Updated data ref
  • Loading branch information
dlcaballero16 authored Feb 19, 2025
1 parent 53e9326 commit 24a4b0d
Show file tree
Hide file tree
Showing 4 changed files with 575 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/snapred/ui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ def __init__(self, parent=None, window_flags=None, translucentBackground=False):
self.calibrationPanelButton.clicked.connect(self.openCalibrationPanel)
splitter.addWidget(self.calibrationPanelButton)

workspaceWidget = WorkspaceWidget(self)
splitter.addWidget(workspaceWidget)
self.workspaceWidget = WorkspaceWidget(self)
splitter.addWidget(self.workspaceWidget)

splitter.addWidget(AlgorithmProgressWidget())

Expand Down
2 changes: 1 addition & 1 deletion tests/data/snapred-data
Submodule snapred-data updated from d1ba91 to 4e1abe
Loading

0 comments on commit 24a4b0d

Please sign in to comment.