File tree Expand file tree Collapse file tree 3 files changed +15
-13
lines changed
Expand file tree Collapse file tree 3 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 4444 with :
4545 path : ~/ephy_testing_data
4646 key : ${{ runner.os }}-datasets-${{ steps.ephy_testing_data.outputs.dataset_hash }}
47- restore-keys : ${{ runner.os }}-datasets-
47+ # restore-keys: ${{ runner.os }}-datasets-
4848
4949 - uses : conda-incubator/setup-miniconda@v3
5050 with :
Original file line number Diff line number Diff line change @@ -15,12 +15,14 @@ class TestIntanIO(
1515 ioclass = IntanIO
1616 entities_to_download = ["intan" ]
1717 entities_to_test = [
18- "intan/intan_rhs_test_1.rhs" ,
19- "intan/intan_rhd_test_1.rhd" ,
20- "intan/intan_fpc_test_231117_052630/info.rhd" ,
21- "intan/intan_fps_test_231117_052500/info.rhd" ,
22- "intan/intan_fpc_rhs_test_240329_091637/info.rhs" ,
23- "intan/intan_fps_rhs_test_240329_091536/info.rhs" ,
18+ "intan/intan_rhs_test_1.rhs" , # Format header-attached
19+ "intan/intan_rhd_test_1.rhd" , # Format header attach
20+ "intan/intan_fpc_test_231117_052630/info.rhd" , # Format one-file-per-channel
21+ "intan/intan_fps_test_231117_052500/info.rhd" , # Format one file per signal
22+ "intan/intan_fpc_rhs_test_240329_091637/info.rhs" , # Format one-file-per-channel
23+ "intan/intan_fps_rhs_test_240329_091536/info.rhs" , # Format one-file-per-signal
24+ "intan/rhd_fpc_multistim_240514_082044/info.rhd" , # Multiple digital channels one-file-per-channel
25+ "intan/rhd_fps_multistim_240514_082044/info.rhd" , # Multiple digital channels one-file-per-signal
2426 ]
2527
2628
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ class TestIntanRawIO(
1212 rawioclass = IntanRawIO
1313 entities_to_download = ["intan" ]
1414 entities_to_test = [
15- "intan/intan_rhs_test_1.rhs" , # Format header-attached
16- "intan/intan_rhd_test_1.rhd" , # Format header attach
17- "intan/intan_fpc_test_231117_052630/info.rhd" , # Format one-file-per-channel
18- "intan/intan_fps_test_231117_052500/info.rhd" , # Format one file per signal
19- "intan/intan_fpc_rhs_test_240329_091637/info.rhs" , # Format one-file-per-channel
20- "intan/intan_fps_rhs_test_240329_091536/info.rhs" , # Format one-file-per-signal
15+ # "intan/intan_rhs_test_1.rhs", # Format header-attached
16+ # "intan/intan_rhd_test_1.rhd", # Format header attach
17+ # "intan/intan_fpc_test_231117_052630/info.rhd", # Format one-file-per-channel
18+ # "intan/intan_fps_test_231117_052500/info.rhd", # Format one file per signal
19+ # "intan/intan_fpc_rhs_test_240329_091637/info.rhs", # Format one-file-per-channel
20+ # "intan/intan_fps_rhs_test_240329_091536/info.rhs", # Format one-file-per-signal
2121 "intan/rhd_fpc_multistim_240514_082044/info.rhd" , # Multiple digital channels one-file-per-channel
2222 "intan/rhd_fps_multistim_240514_082044/info.rhd" , # Multiple digital channels one-file-per-signal
2323 ]
You can’t perform that action at this time.
0 commit comments