Skip to content

Commit

Permalink
Merge branch 'banana' of https://github.com/martinfleis/momepy into b…
Browse files Browse the repository at this point in the history
…anana
  • Loading branch information
martinfleis committed Aug 29, 2023
2 parents a0020f2 + 830247c commit 943f490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions momepy/preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ class FaceArtifacts:
['circlular_compactness', 'isoperimetric_quotient', 'diameter_ratio'], by
default "circular_compactness"
height_mins : float, optional
Required depth of valeys, by default np.NINF
Required depth of valleys, by default np.NINF
height_maxs : float, optional
Required height of peaks, by default 0.008
prominence : float, optional
Expand All @@ -1107,7 +1107,7 @@ class FaceArtifacts:
peaks : numpy.ndarray
locations of peaks in pdf
valleys : numpy.ndarray
locations of vallyes in pdf
locations of valleys in pdf
Examples
--------
Expand Down

0 comments on commit 943f490

Please sign in to comment.