Skip to content

Commit

Permalink
use shapely equals
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Aug 20, 2024
1 parent e4bce53 commit ee25b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_osmnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -723,4 +723,4 @@ def test_features() -> None:
"(3 1, 3 3, 2 3, 1 3, 1 1, 2 1, 3 1)), "
"((2.5 2.5, 2.5 1.5, 1.5 1.5, 1.5 2.5, 2.5 2.5)))"
)
assert result == wkt.loads(geom_wkt)
assert result.equals(wkt.loads(geom_wkt))

0 comments on commit ee25b6b

Please sign in to comment.