Skip to content

Commit 6e9a984

Browse files
committed
flake8
1 parent 1c05cc5 commit 6e9a984

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ibllib/qc/task_metrics.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ class TaskQC(base.QC):
9595
TaskQC._thresholding(x, thresholds={"PASS": 0.99, "WARNING": 0}),
9696
'_task_wheel_integrity': lambda x:
9797
TaskQC._thresholding(x, thresholds={"PASS": 0.99, "WARNING": 0}),
98-
'_task_passed_trial_checks': lambda x: -1 # thresholds={"PASS": 0.90, "WARNING": 0}
98+
'_task_passed_trial_checks': lambda x: -1 # TODO figure why always = 0 ;
99+
# thresholds={"PASS": 0.90, "WARNING": 0}
99100
}
100101

101102
@staticmethod

0 commit comments

Comments
 (0)