Skip to content

Commit

Permalink
Expose the select_rolling_resample_op function (#2017)
Browse files Browse the repository at this point in the history
<!--Please ensure the PR fulfills the following requirements! -->
<!-- If this is your first PR, make sure to add your details to the
AUTHORS.rst! -->
### Pull Request Checklist:
- [ ] This PR addresses an already opened issue (for bug fixes /
features)
    - This PR fixes #xyz
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] (If applicable) Documentation has been added / updated (for bug
fixes / features)
- [ ] CHANGELOG.rst has been updated (with summary of main changes)
- [ ] Link to issue (:issue:`number`) and pull request (:pull:`number`)
has been added

### What kind of change does this PR introduce?

* The function was added in #1643, but I just realized that I forgot to
expose it in the `__all__`. Thus, it does not appear anywhere in the
xclim documentation.

### Does this PR introduce a breaking change?


### Other information:
  • Loading branch information
RondeauG authored Dec 10, 2024
2 parents e04a927 + 6ba03b2 commit 8893780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xclim/indices/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"last_occurrence",
"season",
"select_resample_op",
"select_rolling_resample_op",
"spell_length",
"spell_length_statistics",
"spell_mask",
Expand Down

0 comments on commit 8893780

Please sign in to comment.