Skip to content

Commit

Permalink
small test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Golodkov committed Sep 6, 2024
1 parent be02a90 commit e923216
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified tests/data/tables/gost_frame_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion tests/unit_tests/test_module_gost_frame_recognizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,5 @@ def test_coordinates_shift(self) -> None:
self.assertTrue(abs(result[0][1].location.bbox.x_top_left - 84) < 10)
self.assertTrue(abs(result[0][1].location.bbox.y_top_left - 580) < 10)
self.assertTrue(len(result[1]) > 0)
self.assertTrue(len(result[1]) > 0)
self.assertTrue(abs(result[1][0].location.bbox.x_top_left - 81) < 10)
self.assertTrue(abs(result[1][0].location.bbox.y_top_left - 49) < 10)

0 comments on commit e923216

Please sign in to comment.