Skip to content

Commit

Permalink
model gets test asset correct!
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed Sep 14, 2022
1 parent 31346fc commit e33df8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def test_actual_prediction_on_single_video(tmp_path): # noqa: F811
pd.read_csv(save_dir / "zamba_predictions.csv", index_col="filepath")
.idxmax(axis=1)
.values[0]
== "monkey_prosimian"
== "blank"
)


Expand Down

0 comments on commit e33df8d

Please sign in to comment.