Skip to content

Commit 780a00d

Browse files
committed
aug 2022
1 parent 8cfd4df commit 780a00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibllib/qc/task_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
class TaskQC(base.QC):
6363
"""A class for computing task QC metrics"""
64-
criteria = {"PASS": 0.99, "WARNING": 0.90, "FAIL": 0} # Note: WARNING was 0.95
64+
criteria = {"PASS": 0.99, "WARNING": 0.90, "FAIL": 0} # Note: WARNING was 0.95 prior to Aug 2022
6565
fcns_value2status = {'default': lambda x: TaskQC._thresholding(x),
6666
'_task_stimOff_itiIn_delays': lambda x:
6767
TaskQC._thresholding(x, thresholds={"PASS": 0.99, "WARNING": 0}),

0 commit comments

Comments
 (0)