From 8f929ca003c14ed23c209438e5476516b0e97aea Mon Sep 17 00:00:00 2001 From: George Dang <53052793+gtdang@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:40:56 -0400 Subject: [PATCH] fix: force joblib for test_gui_run_simulations --- hnn_core/tests/test_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hnn_core/tests/test_gui.py b/hnn_core/tests/test_gui.py index c2b6f8303..185480b75 100644 --- a/hnn_core/tests/test_gui.py +++ b/hnn_core/tests/test_gui.py @@ -395,7 +395,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: