Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Nov 27, 2024
1 parent 5948bf0 commit 77dc9b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion geoapi/tests/utils_tests/test_lidar.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@ def test_get_bounding_box_medium_size_compressed_laz(
bounding_box = get_bounding_box_2d([lidar_medium_size_compressed_las1pt2])
assert (
str(bounding_box)
== "POLYGON ((-105.209138419338 39.66131144844282, -105.20095449180293 39.66131144844282, -105.20095449180293 39.66928201079495, -105.209138419338 39.66928201079495, -105.209138419338 39.66131144844282))"
== "POLYGON ((-105.209138419338 39.66131144844282, -105.20095449180293 39.66131144844282, "
"-105.20095449180293 39.66928201079495, -105.209138419338 39.66928201079495,"
" -105.209138419338 39.66131144844282))"
)

0 comments on commit 77dc9b6

Please sign in to comment.