Skip to content

Commit

Permalink
Update xclim/indices/stats.py
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
  • Loading branch information
LamAdr and Zeitsperre authored Aug 13, 2024
1 parent fe4f552 commit fe501a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xclim/indices/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ def standardized_index_fit_params(
if method == "APP":
if "floc" not in fitkwargs.keys():
raise ValueError(
"The APP method is only supported for two-parameter distributions with `gamma`, `fisk` or `genextreme` with `loc` being fixed."
"The APP method is only supported for two-parameter distributions with `gamma`, `fisk`, or `genextreme` with `loc` being fixed."
"Pass a value for `floc` in `fitkwargs`."
)
if offset is not None:
Expand Down

0 comments on commit fe501a8

Please sign in to comment.