Fix boundary box.

This commit is contained in:
Sergey Vartanov 2021-08-08 11:11:32 +10:00
parent 43f46035a4
commit 2487e24c90
2 changed files with 3 additions and 3 deletions

View file

@ -21,4 +21,4 @@ def test_round_coordinates() -> None:
46.09513848390771,
).round()
assert box.get_format() == "10.066,46.093,10.070,46.097"
assert box.get_format() == "10.067,46.093,10.070,46.096"