Skip to content

Commit

Permalink
Change from review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
huard committed Jun 20, 2023
1 parent 94d33d7 commit 5e2703b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xclim/indices/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def fit(
Coordinates for which all values are NaNs will be dropped before fitting the distribution. If the array still
contains NaNs, the distribution parameters will be returned as NaNs.
"""
method = method.upper()
method_name = {
"ML": "maximum likelihood",
"MM": "method of moments",
Expand Down

0 comments on commit 5e2703b

Please sign in to comment.