Skip to content

Commit a6efaeb

Browse files
JanVogelsangElena Pastorelli
andcommitted
Improved STDP with axonal delays tests
Co-authored-by: Elena Pastorelli <pastorel@roma1.infn.it>
1 parent 17844c0 commit a6efaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/pytests/test_stdp_pl_synapse_hom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def plot_weight_evolution(
397397

398398
@pytest.mark.parametrize(
399399
["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)),
400+
((1.0, 0.0), (0.5, 0.5), (0.0, 1.0), (2.0, 0.0), (1.0, 1.0), (0.0, 2.0), (RESOLUTION, 0.0), (0.0, RESOLUTION)),
401401
)
402402
@pytest.mark.parametrize("model", ("iaf_psc_alpha",))
403403
@pytest.mark.parametrize("min_delay", (1.0, 0.4, RESOLUTION))

0 commit comments

Comments
 (0)