Skip to content

Commit

Permalink
Update testsuite/pytests/test_iaf_psc_exp_multisynapse.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Ekkehard Plesser <[email protected]>
  • Loading branch information
janskaar and heplesser authored Nov 22, 2023
1 parent 53bc948 commit 6711af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/pytests/test_iaf_psc_exp_multisynapse.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def test_simulation_against_analytical_solution():
nest.Connect(mm, nrn)
nest.Simulate(simtime)
times = mm.get("events", "times")
I_syn = np.sum([mm.get("events", f"I_syn_{i}") for i in range(1, 5)], axis=0)
I_syn = mm.get("events", "I_syn")

I_syns_analytical = []
V_m_analytical = np.zeros_like(times, dtype=np.float64)
Expand Down

0 comments on commit 6711af6

Please sign in to comment.