From 66ea6a811b48f7ad3f9071dadcf59d1db992358c Mon Sep 17 00:00:00 2001 From: LSchueler Date: Tue, 25 Feb 2020 11:24:11 +0100 Subject: [PATCH] Update docstring --- gstools/transform/field.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstools/transform/field.py b/gstools/transform/field.py index 47a0235fa..eb0a1954e 100644 --- a/gstools/transform/field.py +++ b/gstools/transform/field.py @@ -86,7 +86,7 @@ def discrete(fld, values, thresholds="arithmetic"): the thresholds, where the value classes are separated possible values are: * "arithmetic": the mean of the 2 neighbouring values - * "equal" (not implemented yet) + * "equal": devide the field into equal parts * an array of explicitly given thresholds Default: "arithmetic" """