Skip to content

Commit

Permalink
(fix): doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Dec 11, 2024
1 parent 66e5b06 commit f9fde3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xarray/core/dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -6875,7 +6875,7 @@ def groupby(
[[nan, nan, nan],
[ 3., 4., 5.]]])
Coordinates:
* x_bins (x_bins) object 16B (5, 15] (15, 25]
* x_bins (x_bins) interval[int64, right] 16B (5, 15] (15, 25]
* letters (letters) object 16B 'a' 'b'
Dimensions without coordinates: y
Expand Down
2 changes: 1 addition & 1 deletion xarray/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -10528,7 +10528,7 @@ def groupby(
<xarray.Dataset> Size: 128B
Dimensions: (y: 3, x_bins: 2, letters: 2)
Coordinates:
* x_bins (x_bins) object 16B (5, 15] (15, 25]
* x_bins (x_bins) interval[int64, right] 16B (5, 15] (15, 25]
* letters (letters) object 16B 'a' 'b'
Dimensions without coordinates: y
Data variables:
Expand Down

0 comments on commit f9fde3a

Please sign in to comment.