Skip to content

Commit

Permalink
Merge pull request #1296 from rapidsai/branch-23.12
Browse files Browse the repository at this point in the history
Forward-merge branch-23.12 to branch-24.02
  • Loading branch information
GPUtester authored Nov 16, 2023
2 parents 71e83d9 + 252165c commit dbfec3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cuspatial/cuspatial/core/spatial/distance.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def directed_hausdorff_distance(multipoints: GeoSeries):

num_spaces = len(multipoints)
if num_spaces == 0:
return DataFrame()
return DataFrame([])

if not contains_only_multipoints(multipoints):
raise ValueError("Input must be a series of multipoints.")
Expand Down

0 comments on commit dbfec3d

Please sign in to comment.