Skip to content

Commit 145bcfb

Browse files
committed
test_blackrockrawio.py filepath fixes - again again again again; this works locally
1 parent 53e4eb8 commit 145bcfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neo/test/rawiotest/test_blackrockrawio.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class TestBlackrockRawIO(
2828
"blackrock/FileSpec2.3001",
2929
"blackrock/blackrock_2_1/l101210-001",
3030
"blackrock/blackrock_3_0/file_spec_3_0",
31-
"blackrock/blackrock_3_0_ptp",
31+
"blackrock/blackrock_3_0_ptp/20231027-125608-001",
3232
]
3333

3434
@unittest.skipUnless(HAVE_SCIPY, "requires scipy")
@@ -186,7 +186,7 @@ def test_compare_blackrockio_with_matlabloader_v21(self):
186186
assert_equal(python_digievents, matlab_digievents)
187187

188188
def test_blackrockrawio_ptp_timestamps(self):
189-
dirname = self.get_local_path("blackrock/blackrock_3_0_ptp")
189+
dirname = self.get_local_path("blackrock/blackrock_3_0_ptp/20231027-125608-001")
190190
reader = BlackrockRawIO(filename=dirname)
191191
reader.parse_header()
192192

0 commit comments

Comments
 (0)