We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fcec58 commit 53397f6Copy full SHA for 53397f6
1 file changed
src/spikeinterface/core/tests/test_whitematterrecordingextractor.py
@@ -36,13 +36,15 @@ def test_round_trip(tmp_path):
36
np.allclose(smaller_traces, binary_smaller_traces)
37
38
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
47
def test_on_data():
- file_path = (
- get_global_dataset_folder()
- / "ephy_testing_data"
- / "whitematter"
- / "HSW_2024_12_12__10_28_23__70min_17sec__hsamp_64ch_25000sps_stub.bin"
- )
48
sampling_frequency = 25_000.0
49
num_channels = 64
50
recording = WhiteMatterRecordingExtractor(
0 commit comments