Skip to content

Commit

Permalink
Test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ntolley committed Oct 25, 2023
1 parent 95ff6ce commit 2de40b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hnn_core/tests/test_dipole.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def test_cell_response_backends(run_hnn_core_fixture):
trial_idx][gid]['apical_1']) == n_times
assert len(joblib_net.cell_response.isec[
trial_idx][gid]['soma']['soma_gabaa']) == n_times
assert len(joblib_net.cell_response.isec[trial_idx][gid]) == n_times
assert len(joblib_net.cell_response.dcell[trial_idx][gid]) == n_times

assert len(mpi_net.cell_response.vsec) == n_trials
assert len(mpi_net.cell_response.isec) == n_trials
Expand All @@ -243,7 +243,7 @@ def test_cell_response_backends(run_hnn_core_fixture):
trial_idx][gid]['apical_1']) == n_times
assert len(mpi_net.cell_response.isec[
trial_idx][gid]['soma']['soma_gabaa']) == n_times
assert len(mpi_net.cell_response.isec[trial_idx][gid]) == n_times
assert len(mpi_net.cell_response.dcell[trial_idx][gid]) == n_times
assert mpi_net.cell_response.vsec == joblib_net.cell_response.vsec
assert mpi_net.cell_response.isec == joblib_net.cell_response.isec
assert mpi_net.cell_response.dcell == joblib_net.cell_response.dcell
Expand Down

0 comments on commit 2de40b6

Please sign in to comment.