Skip to content

Commit

Permalink
Fix test broken inadvertently by previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed May 3, 2021
1 parent 7d22a3e commit e59a237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brian2/tests/test_synapses.py
Expand Up @@ -2243,7 +2243,7 @@ def test_synapse_generator_syntax():


def test_synapse_generator_out_of_range():
G = NeuronGroup(16, '')
G = NeuronGroup(16, 'v : 1')
G2 = NeuronGroup(4, 'v : 1')
G2.v = '16 + i'

Expand Down

0 comments on commit e59a237

Please sign in to comment.