Skip to content

Commit 8f929ca

Browse files
committed
fix: force joblib for test_gui_run_simulations
1 parent c67139c commit 8f929ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hnn_core/tests/test_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def test_gui_run_simulations(setup_gui):
395395
tstop_trials_tstep = [(10, 1, 0.25),
396396
(10, 2, 0.5),
397397
(12, 1, 0.5)]
398-
assert gui.widget_backend_selection.value == "Joblib"
398+
gui.widget_backend_selection.value = "Joblib"
399399
sim_count = 0
400400

401401
for val_tstop, val_ntrials, val_tstep in tstop_trials_tstep:

0 commit comments

Comments
 (0)