Skip to content

Commit

Permalink
Proper namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Feb 3, 2025
1 parent 7f1918b commit 84f6fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/test/unit/test_spikes.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class TestSpikes(unittest.TestCase):
# test that all spikes are sorted by time then by gid
@fixtures.single_context()
def test_spikes_sorted(self, single_context):
rec = art_spiker_recipe()
rec = fixtures.art_spiker_recipe()
dd = A.partition_load_balance(rec, single_context)
sim = A.simulation(rec, single_context, dd)
sim.record(A.spike_recording.all)
Expand Down

0 comments on commit 84f6fd2

Please sign in to comment.