Skip to content

Commit 59b7142

Browse files
committed
updated report test
1 parent e52e9ac commit 59b7142

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/landmark_detection/tests_and_metrics/test_report.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ def test_report(opencv_model, dataset_300w):
2727

2828
df = report.to_dataframe()
2929
df2 = report2.to_dataframe()
30-
assert len(df) == len(df2) == 1
30+
assert len(df) == 0
31+
assert len(df2) == 1

0 commit comments

Comments
 (0)