Skip to content

Commit

Permalink
Update climada/hazard/centroids/centr.py
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Riedel <[email protected]>
  • Loading branch information
NicolasColombi and peanutfun authored Dec 20, 2024
1 parent f9121d7 commit 3d1f279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions climada/hazard/centroids/centr.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ def append(self, *centr):
object with the union of all centroids.
Note that the result might contain duplicate points if the object to append has an overlap
with the current object. Duplicates points will be removed in `union`
by calling `remove_duplicate_points`.
with the current object. Remove duplicates by either using :py:meth:`union`
or calling :py:meth:`remove_duplicate_points` after appending.
Parameters
----------
Expand Down

0 comments on commit 3d1f279

Please sign in to comment.