From 68e3f88ae2f387e349fc4e9b15b131b195d8cd78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Dupuis?= Date: Thu, 30 Nov 2023 16:29:55 -0500 Subject: [PATCH] update docstring to reflect new default values --- xclim/indices/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xclim/indices/stats.py b/xclim/indices/stats.py index 7b9e2306e..8325ba623 100644 --- a/xclim/indices/stats.py +++ b/xclim/indices/stats.py @@ -687,7 +687,7 @@ def standardized_index_fit_params( uses a deterministic function that doesn't involve any optimization. offset: Quantified Distributions bounded by zero (e.g. "gamma", "fisk") can be used for datasets with negative values - by using an offset: `da + offset`. An empty string is interpreted as no offset. + by using an offset: `da + offset`. \*\*indexer Indexing parameters to compute the indicator on a temporal subset of the data. It accepts the same arguments as :py:func:`xclim.indices.generic.select_time`.