Skip to content

Commit

Permalink
change numprocs to 1 to test multithread
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jun 6, 2024
1 parent ae516b7 commit 969e10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnn_core/tests/test_dipole.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def test_cell_response_backends(run_hnn_core_fixture):
_, joblib_net = run_hnn_core_fixture(backend='joblib', n_jobs=1,
reduced=True, record_vsec='all',
record_isec='soma')
_, mpi_net = run_hnn_core_fixture(backend='mpi', n_procs=2, reduced=True,
_, mpi_net = run_hnn_core_fixture(backend='mpi', n_procs=1, reduced=True,
record_vsec='all', record_isec='soma')
n_times = len(joblib_net.cell_response.times)

Expand Down

0 comments on commit 969e10e

Please sign in to comment.