Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions tests/test_step2.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@
"PrtN": "port_entries_dms",
},
),
(
"SampleData_Clean/Photometry-161823",
{
"405R": "control_region",
"490R": "signal_region",
"Tick": "ttl",
},
),
# TODO: Add sampleData_NPM_1 after fixing Doric vs. NPM determination bug.
(
"SampleData_Neurophotometrics/sampleData_NPM_2",
Expand Down Expand Up @@ -115,6 +123,7 @@
"sample_doric_4",
"sample_doric_5",
"tdt_clean",
"tdt_check_data",
"tdt_with_artifacts",
"sample_npm_2",
"sample_npm_3",
Expand Down
9 changes: 9 additions & 0 deletions tests/test_step3.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ def storenames_map():
"PrtN": "port_entries_dms",
},
),
(
"SampleData_Clean/Photometry-161823",
{
"405R": "control_region",
"490R": "signal_region",
"Tick": "ttl",
},
),
(
"SampleData_with_artifacts/Photo_048_392-200728-121222",
{
Expand Down Expand Up @@ -124,6 +132,7 @@ def storenames_map():
"sample_doric_4",
"sample_doric_5",
"tdt_clean",
"tdt_check_data",
"tdt_with_artifacts",
"sample_npm_2",
"sample_npm_3",
Expand Down
11 changes: 11 additions & 0 deletions tests/test_step4.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@
"dms",
"port_entries_dms",
),
(
"SampleData_Clean/Photometry-161823",
{
"405R": "control_region",
"490R": "signal_region",
"Tick": "ttl",
},
"region",
"ttl",
),
(
"SampleData_with_artifacts/Photo_048_392-200728-121222",
{
Expand Down Expand Up @@ -138,6 +148,7 @@
"sample_doric_4",
"sample_doric_5",
"tdt_clean",
"tdt_check_data",
"tdt_with_artifacts",
"sample_npm_2",
"sample_npm_3",
Expand Down
11 changes: 11 additions & 0 deletions tests/test_step5.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@
"dms",
"port_entries_dms",
),
(
"SampleData_Clean/Photometry-161823",
{
"405R": "control_region",
"490R": "signal_region",
"Tick": "ttl",
},
"region",
"ttl",
),
(
"SampleData_with_artifacts/Photo_048_392-200728-121222",
{
Expand Down Expand Up @@ -138,6 +148,7 @@
"sample_doric_4",
"sample_doric_5",
"tdt_clean",
"tdt_check_data",
"tdt_with_artifacts",
"sample_npm_2",
"sample_npm_3",
Expand Down
Loading