Skip to content

Commit

Permalink
Fixing test for good
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibautLeibel committed Mar 22, 2024
1 parent 75739db commit eca6ed4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async def test_perform_inference_should_detected_a_cat_and_a_dog(
expected_model_output = {
"object_1": {
"label": "dog",
"location": [0.1403, 0.0139, 0.4665, 0.9764],
"location": [0.1403, 0.0149, 0.4669, 0.9714],
"score": 0.717056394,
},
"object_2": {
Expand Down

0 comments on commit eca6ed4

Please sign in to comment.