Skip to content

Commit 26d3b76

Browse files
committed
fix test data path in test files
1 parent 44d4949 commit 26d3b76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_xdf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#file_path = 'data/dyad-example.xdf'
88
#file_path = 'data/ExampleWorkshopData/FingerTappingExample4.xdf'
99

10-
file_path = 'data/dyad-example-noise.xdf'
11-
file_path_with_markers = 'data/dyad-example-with-markers.xdf'
10+
file_path = 'data/XDF/dyad-example-noise.xdf'
11+
file_path_with_markers = 'data/XDF/dyad-example-with-markers.xdf'
1212

1313
# These have been extracted with print(xdf)
1414
#Stream id 3 of type 'Markers' with name 'LSLOutletHS1-Markers'

0 commit comments

Comments
 (0)