Skip to content

Commit 81d0316

Browse files
author
Matt Sokoloff
committed
remove comments
1 parent 5f46786 commit 81d0316

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/data/metrics/iou/data_row/conftest.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -677,9 +677,3 @@ def point_pair():
677677
expected=0.879113232477017)
678678

679679

680-
# TODO:
681-
# Test no predictions and no labels
682-
# We want the behvaior to be
683-
# (len(predictions) ==0 and len(labels)> 0) == 0
684-
# (len(predictions) > 1 and len(labels) == 0) == 0
685-
# (len(predictions) ==0 and len(labels) == 0) == None

0 commit comments

Comments
 (0)