Skip to content

Commit 17844c0

Browse files
committed
Improved STDP with axonal delays test
1 parent 37e54a2 commit 17844c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testsuite/pytests/test_stdp_pl_synapse_hom.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,8 @@ def plot_weight_evolution(
396396
plt.close(fig)
397397

398398
@pytest.mark.parametrize(
399-
["dend_delay", "ax_delay"], ((1.0, 0.0), (0.5, 0.5), (0.0, 1.0), (RESOLUTION, 0.0), (0.0, RESOLUTION))
399+
["dend_delay", "ax_delay"],
400+
((1.0, 0.0), (0.5, 0.5), (0.0, 1.0), (0.0, 2.0), (RESOLUTION, 0.0), (0.0, RESOLUTION)),
400401
)
401402
@pytest.mark.parametrize("model", ("iaf_psc_alpha",))
402403
@pytest.mark.parametrize("min_delay", (1.0, 0.4, RESOLUTION))

0 commit comments

Comments
 (0)