Skip to content

Commit

Permalink
fixes to the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerum committed Jan 17, 2024
1 parent 115df69 commit e1f8a49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_use_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
from saenopy.gui.gui_master import MainWindow
from saenopy.gui.solver.gui_solver import MainWindowSolver
from saenopy.gui.solver.modules.BatchEvaluate import BatchEvaluate
from saenopy.gui.solver.modules.load_measurement_dialog import AddFilesDialog, FileExistsDialog
from saenopy.gui.solver.modules.load_measurement_dialog import AddFilesDialog
from saenopy.gui.common.AddFilesDialog import FileExistsDialog
np.random.seed(1234)


Expand Down Expand Up @@ -46,6 +47,7 @@ def do_raise(_, name, desc):

def init_app():
from saenopy.gui.gui_master import MainWindow
sys.argv = []
window: MainWindow = MainWindow() # gui_master.py:MainWindow
window.setTab(2)

Expand Down

0 comments on commit e1f8a49

Please sign in to comment.