Skip to content

Commit 309daed

Browse files
authored
Fix model metrics test (#354)
1 parent 0fac60a commit 309daed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_models.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ def test_new_model_endpoints(CLIENT, dataset: Dataset):
9191

9292
dataset.upload_predictions(model, predictions=predictions)
9393

94-
dataset.calculate_evaluation_metrics(model)
95-
9694
predictions_export = dataset.export_predictions(model)
9795

9896
assert_box_prediction_matches_dict(

0 commit comments

Comments
 (0)