Skip to content

Commit ef363c0

Browse files
janskaarnicolossus
andauthored
Update testsuite/pytests/test_iaf_bw_2001.py
Co-authored-by: Nicolai Haug <39106781+nicolossus@users.noreply.github.com>
1 parent c7f7826 commit ef363c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/pytests/test_iaf_bw_2001.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def test_iaf_bw_2001():
146146

147147
nest.Simulate(1000.0)
148148

149-
spikes = sr.get("events", "times") * nest.resolution
149+
spikes = sr.events["times"] * nest.resolution
150150
first_spike_ind = int(spikes[0] / nest.resolution)
151151

152152
# compute analytical solutions

0 commit comments

Comments
 (0)