diff --git a/test/metrics/test_detection.py b/test/metrics/test_detection.py index fe51630a..ac35cdd6 100644 --- a/test/metrics/test_detection.py +++ b/test/metrics/test_detection.py @@ -138,7 +138,16 @@ def test_from_detections( 0.5, IDEAL_CONF_MATRIX, DoesNotRaise(), - ) + ), + ( + [], + [], + CLASSES, + 0.2, + 0.5, + create_empty_conf_matrix(NUM_CLASSES), + DoesNotRaise(), + ), ], ) def test_from_tensors(