Skip to content

Commit

Permalink
revert uneeded change
Browse files Browse the repository at this point in the history
  • Loading branch information
coxipi authored Feb 13, 2025
1 parent a73eee5 commit 77aabcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xclim/indices/_agro.py
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ def standardized_precipitation_index(
>>> from xclim.indices import standardized_precipitation_index
>>> ds = xr.open_dataset(path_to_pr_file)
>>> pr = ds.pr
>>> cal_start, cal_end = "1990-05-01", "1992-06-01"
>>> cal_start, cal_end = "1990-05-01", "1990-08-31"
>>> spi_3 = standardized_precipitation_index(
... pr,
... freq="MS",
Expand Down

0 comments on commit 77aabcc

Please sign in to comment.