Skip to content

Commit

Permalink
Remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Oct 4, 2024
1 parent 4326ae4 commit 28e0285
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_big_double_list(self):
SpikeSourceArrayVertex(
n_neurons=3, spike_times=spike_list,
label="test", max_atoms_per_core=None, model=None,
splitter=None, n_colour_bits=None,
splitter=None, n_colour_bits=None,
partition_id=SPIKE_PARTITION_ID)
found = False
for record in lc.records:
Expand All @@ -83,7 +83,7 @@ def test_shared_list_big(self):
v = SpikeSourceArrayVertex(
n_neurons=3, spike_times=None,
label="test", max_atoms_per_core=None, model=None,
splitter=None, n_colour_bits=None,
splitter=None, n_colour_bits=None,
partition_id=SPIKE_PARTITION_ID)
v.set_parameter_values("spike_times", [34] * 35)
found = False
Expand All @@ -99,7 +99,7 @@ def test_list_big(self):
SpikeSourceArrayVertex(
n_neurons=1, spike_times=[37] * 109,
label="test", max_atoms_per_core=None, model=None,
splitter=None, n_colour_bits=None,
splitter=None, n_colour_bits=None,
partition_id=SPIKE_PARTITION_ID)
found = False
for record in lc.records:
Expand Down

0 comments on commit 28e0285

Please sign in to comment.