Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthemide committed Jun 9, 2023
1 parent 76a4f37 commit 7565aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async def test_perform_inference_should_detected_a_cat(self, test_tensorflow_ser
)

expected_model_output = {
'object_1': {'label': 'cat', 'location': [370, 2, 738, 340], 'score': 0.653498411}
'object_1': {'label': 'cat', 'location': [370, 2, 738, 340], 'score': 0.652510464}
}

# When
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async def test_perform_inference_should_detect_a_bear(
)

expected_model_output = {
'object_1': {'label': 'bear', 'location': [383, 4, 723, 339], 'score': 0.83984375}
'object_1': {'label': 'bear', 'location': [376, 4, 722, 339], 'score': 0.87890625}
}

# When
Expand Down

0 comments on commit 7565aee

Please sign in to comment.