Skip to content

Commit f5afb77

Browse files
committed
black fix
1 parent 86d5957 commit f5afb77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gstools/covmodel/fit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ def logistic_weights(p=0.1, mean=0.7): # pragma: no cover
522522
callable
523523
Weighting function.
524524
"""
525+
525526
# define the callable weights function
526527
def func(x_data):
527528
"""Callable function for the weights."""

0 commit comments

Comments
 (0)