Skip to content

Commit

Permalink
Update python/cuspatial/cuspatial/core/spatial/distance.py
Browse files Browse the repository at this point in the history
Co-authored-by: jakirkham <jakirkham@gmail.com>
  • Loading branch information
taureandyernv and jakirkham authored Aug 14, 2023
1 parent 9e500b7 commit 39d06dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cuspatial/cuspatial/core/spatial/distance.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def haversine_distance(p1: GeoSeries, p2: GeoSeries):
-------
result : cudf.Series
The distance between pairs of points between `p1` and `p2`
>>> import cudf
>>> import cuspatial
>>> a = {"latitude":[0.0,0.0,1.0,1.0],
Expand Down

0 comments on commit 39d06dc

Please sign in to comment.