Skip to content

Commit

Permalink
- Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sineeli committed Aug 20, 2024
1 parent 8608516 commit d1f05af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def test_preset_with_forward_pass(self):

self.assertAllClose(
ops.convert_to_numpy(encoded_predictions["boxes"][0, 0:5, 0]),
[-0.830356, 0.752131, 1.809205, 1.657676, 1.413475],
[-0.830356, 0.752131, 1.809205, 1.657676, 1.413475],
)
self.assertAllClose(
ops.convert_to_numpy(encoded_predictions["classes"][0, 0:5, 0]),
Expand Down

0 comments on commit d1f05af

Please sign in to comment.