Skip to content

Commit 8fa4203

Browse files
committed
remove old comments
1 parent 178d1a9 commit 8fa4203

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ibllib/qc/task_metrics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
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 prior to Aug 2022
6564

6665
criteria = dict()
6766
criteria['default'] = {"PASS": 0.99, "WARNING": 0.90, "FAIL": 0} # Note: WARNING was 0.95 prior to Aug 2022

0 commit comments

Comments
 (0)