Skip to content

Commit af36ff2

Browse files
pauladkissonzm711
andauthored
Update neo/test/rawiotest/test_spikegadgetsrawio.py
Co-authored-by: Zach McKenzie <[email protected]>
1 parent 10ea529 commit af36ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/test/rawiotest/test_spikegadgetsrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class TestSpikeGadgetsRawIO(
1919

2020
class TestSpikeGadgetsRawIOHeaderOnly(unittest.TestCase):
2121
def setUp(self):
22-
filename = "/Volumes/T7/CatalystNeuro/Jadhav/stubbed_files/SL18_D19_S01_F01_BOX_SLP_20230503_112642_stubbed.rec"
22+
filename = "spikegadgets/SL18_D19_S01_F01_BOX_SLP_20230503_112642_stubbed.rec"
2323
self.rawio = SpikeGadgetsRawIO(filename=filename)
2424

2525
def test_parse_header(self):

0 commit comments

Comments
 (0)