Skip to content

Commit 1f40e34

Browse files
committed
Linting
1 parent d53d5c4 commit 1f40e34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xdem/spatialstats.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,8 @@ def fit_sum_model_variogram(
16961696
lower, sill upper).
16971697
:param p0: Initial guess of ranges and sills each model (shape K x 2 = K x range first guess, sill first guess).
16981698
:param maxfev: Maximum number of function evaluations before the termination, passed to scipy.optimize.curve_fit().
1699-
Convergence problems can sometimes be fixed by changing this value (default None: automatically determine the number).
1699+
Convergence problems can sometimes be fixed by changing this value (default None: automatically determine the
1700+
number).
17001701
17011702
:return: Function of sum of variogram, Dataframe of optimized coefficients.
17021703
"""

0 commit comments

Comments
 (0)