Skip to content

Commit efbfe93

Browse files
committed
Increase memory footprint for memsize test
1 parent 8c8f7df commit efbfe93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testsuite/pytests/test_memsize.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ def test_memsize():
4242

4343
m_pre = nest.memory_size
4444

45-
n = nest.Create("parrot_neuron", 1000)
46-
nest.Connect(n, n)
45+
n = nest.Create("aeif_cond_alpha", 2000)
46+
nest.Connect(n, n, syn_spec={"synapse_model": "stdp_synapse"})
4747

4848
m_post = nest.memory_size
4949

0 commit comments

Comments
 (0)