We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f659f commit 1eef46bCopy full SHA for 1eef46b
neo/test/rawiotest/test_blackrockrawio.py
@@ -186,7 +186,7 @@ def test_compare_blackrockio_with_matlabloader_v21(self):
186
assert_equal(python_digievents, matlab_digievents)
187
188
def test_blackrockrawio_ptp_timestamps(self):
189
- dirname = self.get_local_path("blackrock/blackrock_3_0_ptp/20231027-125608")
+ dirname = self.get_local_path("blackrock/blackrock_3_0_ptp")
190
reader = BlackrockRawIO(filename=dirname)
191
reader.parse_header()
192
0 commit comments