Skip to content

Commit

Permalink
Update tests/nest_tests/test_ignore_and_fire.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pooja Babu <75320801+pnbabu@users.noreply.github.com>
  • Loading branch information
clinssen and pnbabu authored Aug 9, 2023
1 parent 77367fb commit 69f6723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/nest_tests/test_ignore_and_fire.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ def test_ignore_and_fire_with_stdp(self):
n_ev_pre = len(pre_sr.get("events")["times"])
n_ev_post = len(post_sr.get("events")["times"])

assert n_ev_pre == 10
assert n_ev_post == 100
assert n_ev_pre == pre_neuron.firing_rate
assert n_ev_post == post_neuron.firing_rate

0 comments on commit 69f6723

Please sign in to comment.