Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix model metrics test
  • Loading branch information
shiftsayan committed Sep 12, 2022
commit 9c718c74a7e17450ce8507ccd06eb02efc78f75b
2 changes: 0 additions & 2 deletions tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ def test_new_model_endpoints(CLIENT, dataset: Dataset):

dataset.upload_predictions(model, predictions=predictions)

dataset.calculate_evaluation_metrics(model)

predictions_export = dataset.export_predictions(model)

assert_box_prediction_matches_dict(
Expand Down