Skip to content

Commit 53397f6

Browse files
committed
moved file_path outside test
1 parent 7fcec58 commit 53397f6

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

src/spikeinterface/core/tests/test_whitematterrecordingextractor.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,15 @@ def test_round_trip(tmp_path):
3636
np.allclose(smaller_traces, binary_smaller_traces)
3737

3838

39+
file_path = (
40+
get_global_dataset_folder()
41+
/ "ephy_testing_data"
42+
/ "whitematter"
43+
/ "HSW_2024_12_12__10_28_23__70min_17sec__hsamp_64ch_25000sps_stub.bin"
44+
)
45+
46+
3947
def test_on_data():
40-
file_path = (
41-
get_global_dataset_folder()
42-
/ "ephy_testing_data"
43-
/ "whitematter"
44-
/ "HSW_2024_12_12__10_28_23__70min_17sec__hsamp_64ch_25000sps_stub.bin"
45-
)
4648
sampling_frequency = 25_000.0
4749
num_channels = 64
4850
recording = WhiteMatterRecordingExtractor(

0 commit comments

Comments
 (0)