Skip to content

Commit 8cfd4df

Browse files
committed
setting _task_iti_delays to -1 (NOT SET) as outcome nearly always = 0
1 parent 6616018 commit 8cfd4df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ibllib/qc/task_metrics.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ class TaskQC(base.QC):
8585
TaskQC._thresholding(x, thresholds={"PASS": 0.99, "WARNING": 0}),
8686
'_task_stimOff_delays': lambda x:
8787
TaskQC._thresholding(x, thresholds={"PASS": 0.99, "WARNING": 0}),
88-
'_task_iti_delays': lambda x:
89-
TaskQC._thresholding(x, thresholds={"PASS": 0.99, "WARNING": 0}),
88+
'_task_iti_delays': lambda x: -1, # TODO figure why nearly always = 0 ;
9089
'_task_stimFreeze_delays': lambda x:
9190
TaskQC._thresholding(x, thresholds={"PASS": 0.99, "WARNING": 0}),
9291
'_task_wheel_integrity': lambda x:

0 commit comments

Comments
 (0)