Skip to content

Commit

Permalink
Fixed test attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzedwick committed Jan 16, 2025
1 parent 60964fe commit e7721ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -1396,4 +1396,4 @@ def test_haversine_distance_creation():

distance = haversine_distance(point_a[1], point_a[0], point_b[1], point_b[0])

assert result[0][1] == distance
assert np.isclose(result[0][1], distance, atol=1e-6)

0 comments on commit e7721ae

Please sign in to comment.