Skip to content

Commit

Permalink
remove test conditions that are not related to fixing jonescompneurol…
Browse files Browse the repository at this point in the history
  • Loading branch information
dylansdaniels-berkeley committed Jul 10, 2024
1 parent ad71f99 commit f77cfda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hnn_core/tests/test_drives.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ def test_drive_random_state():

@pytest.mark.parametrize("rate_constant,cell_specific,n_drive_cells",
[(2, False, 1), (2.0, False, 1),
(2, True, 'n_cells'), (2.0, True, 'n_cells'),
])
def test_add_poisson_drive(setup_net, rate_constant,
cell_specific, n_drive_cells):
Expand Down

0 comments on commit f77cfda

Please sign in to comment.