Skip to content

Commit

Permalink
updated report test
Browse files Browse the repository at this point in the history
  • Loading branch information
rabah-khalek committed Aug 19, 2024
1 parent e52e9ac commit 59b7142
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/landmark_detection/tests_and_metrics/test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ def test_report(opencv_model, dataset_300w):

df = report.to_dataframe()
df2 = report2.to_dataframe()
assert len(df) == len(df2) == 1
assert len(df) == 0
assert len(df2) == 1

0 comments on commit 59b7142

Please sign in to comment.