Skip to content

Commit

Permalink
TST: Adjust geometry_area_perimeter docstring test sensitivity (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Aug 12, 2021
1 parent 95f97f6 commit cefc33d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproj/geod.py
Original file line number Diff line number Diff line change
Expand Up @@ -876,8 +876,8 @@ def geometry_area_perimeter(
... holes=[LineString([Point(1, 2), Point(3, 4), Point(5, 2)])],
... )
... )
>>> f"{poly_area:.3f} {poly_perimeter:.3f}"
'944373881400.339 3979008.036'
>>> f"{poly_area:.0f} {poly_perimeter:.0f}"
'944373881400 3979008'
Parameters
Expand Down

0 comments on commit cefc33d

Please sign in to comment.