We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f46786 commit 81d0316Copy full SHA for 81d0316
tests/data/metrics/iou/data_row/conftest.py
@@ -677,9 +677,3 @@ def point_pair():
677
expected=0.879113232477017)
678
679
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