Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Justus Magin <[email protected]>
  • Loading branch information
dcherian and keewis authored Jul 11, 2024
1 parent 58de38f commit 6b2ed08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user-guide/groupby.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ is identical to
ds.groupby(x=BinGrouper(bins))
; and
and

.. code-block:: python
Expand Down
1 change: 1 addition & 0 deletions xarray/core/groupers.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def factorize(self, group: T_Group) -> EncodedGroups:
class Resampler(Grouper):
"""
Abstract base class for Grouper objects that allow specializing resampling-type GroupBy instructions.
Currently only used for TimeResampler, but could be used for SpaceResampler in the future.
"""

Expand Down

0 comments on commit 6b2ed08

Please sign in to comment.