Skip to content

Commit

Permalink
Update txfunc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
prrathi authored Mar 20, 2023
1 parent d28ac5f commit 71e354d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogcore/txfunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1727,7 +1727,7 @@ def monotone_spline(
):
"""
New args:
method (string): 'eilers' (old version) or 'pygam' (new version)
method (string): 'eilers' or 'pygam'
splines (None or array-like): for 'pygam' only (otherwise set None),
number of splines used for each feature, if None use default
plot_start/plot_end (number between 0, 100): for 'pygam' only if show_plot = True,
Expand Down

0 comments on commit 71e354d

Please sign in to comment.