Skip to content

Commit

Permalink
numpy 2 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Jun 27, 2024
1 parent 8b88d4f commit 35a3fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion momepy/preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ def __init__(
self,
gdf,
index="circular_compactness",
height_mins=np.NINF,
height_mins=-np.inf,
height_maxs=0.008,
prominence=0.00075,
):
Expand Down

0 comments on commit 35a3fb4

Please sign in to comment.