File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -588,6 +588,7 @@ def test_sample_rate_jitter(tmp_path):
588588 read_raw_snirf (new_file , verbose = True )
589589
590590
591+ @requires_testing_data
591592def test_snirf_multiple_wavelengths ():
592593 """Test importing synthetic SNIRF files with >=3 wavelengths."""
593594 raw = read_raw_snirf (labnirs_multi_wavelength , preload = True )
Original file line number Diff line number Diff line change 1515 scalp_coupling_index ,
1616)
1717
18- fname_nirx_15_0 = (
19- data_path (download = False ) / "NIRx" / "nirscout" / "nirx_15_0_recording"
20- )
21- fname_nirx_15_2 = (
22- data_path (download = False ) / "NIRx" / "nirscout" / "nirx_15_2_recording"
23- )
18+ testing_path = data_path (download = False )
19+ fname_nirx_15_0 = testing_path / "NIRx" / "nirscout" / "nirx_15_0_recording"
20+ fname_nirx_15_2 = testing_path / "NIRx" / "nirscout" / "nirx_15_2_recording"
2421fname_nirx_15_2_short = (
25- data_path ( download = False ) / "NIRx" / "nirscout" / "nirx_15_2_recording_w_short"
22+ testing_path / "NIRx" / "nirscout" / "nirx_15_2_recording_w_short"
2623)
2724fname_labnirs_multi_wavelength = (
28- data_path ( download = False ) / "SNIRF" / "Labnirs" / "labnirs_3wl_raw_recording.snirf"
25+ testing_path / "SNIRF" / "Labnirs" / "labnirs_3wl_raw_recording.snirf"
2926)
3027
3128
You can’t perform that action at this time.
0 commit comments