File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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/20231027-125608 " ,
31+ "blackrock/blackrock_3_0_ptp" ,
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/20231027-125608 " )
189+ dirname = self .get_local_path ("blackrock/blackrock_3_0_ptp" )
190190 reader = BlackrockRawIO (filename = dirname )
191191 reader .parse_header ()
192192
You can’t perform that action at this time.
0 commit comments