Skip to content

Commit

Permalink
fix: force joblib for test_gui_run_simulations
Browse files Browse the repository at this point in the history
  • Loading branch information
gtdang committed Aug 28, 2024
1 parent b5a07da commit 6159e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnn_core/tests/test_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def test_gui_run_simulations(setup_gui):
tstop_trials_tstep = [(10, 1, 0.25),
(10, 2, 0.5),
(12, 1, 0.5)]
assert gui.widget_backend_selection.value == "Joblib"
gui.widget_backend_selection.value = "Joblib"
sim_count = 0

for val_tstop, val_ntrials, val_tstep in tstop_trials_tstep:
Expand Down

0 comments on commit 6159e1f

Please sign in to comment.