Skip to content

Commit

Permalink
Update neo/test/iotest/test_spykingcircus.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaSprenger authored Oct 19, 2021
1 parent d912ccc commit 44a1be4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions neo/test/iotest/test_spykingcircus.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

class TestSpykingCircusIO(BaseTestIO, unittest.TestCase):
files_to_download = [
'spykingcircus_example0/recording.params',
'spykingcircus_example0/recording/recording.result.hdf5',
'spykingcircus_example0/recording/recording.result-merged.hdf5',
'spykingcircus/spykingcircus_example0/recording.params',
'spykingcircus/spykingcircus_example0/recording/recording.result.hdf5',
'spykingcircus/spykingcircus_example0/recording/recording.result-merged.hdf5',
]
entities_to_test = ['spykingcircus_example0']
entities_to_test = ['spykingcircus']
ioclass = SpykingCircusIO


Expand Down

0 comments on commit 44a1be4

Please sign in to comment.