Skip to content

Commit 1de3933

Browse files
committed
fix the groupby doctest
1 parent 0fe9c21 commit 1de3933

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xarray/core/dataset.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5733,10 +5733,10 @@ def filter_by_attrs(self, **kwargs):
57335733
<xarray.Dataset>
57345734
Dimensions: (time: 3, x: 2, y: 2)
57355735
Coordinates:
5736-
reference_time datetime64[ns] 2014-09-05
5736+
lon (x, y) float64 -99.83 -99.32 -99.79 -99.23
57375737
lat (x, y) float64 42.25 42.21 42.63 42.59
57385738
* time (time) datetime64[ns] 2014-09-06 2014-09-07 2014-09-08
5739-
lon (x, y) float64 -99.83 -99.32 -99.79 -99.23
5739+
reference_time datetime64[ns] 2014-09-05
57405740
Dimensions without coordinates: x, y
57415741
Data variables:
57425742
precipitation (x, y, time) float64 5.68 9.256 0.7104 ... 7.992 4.615 7.805
@@ -5746,10 +5746,10 @@ def filter_by_attrs(self, **kwargs):
57465746
<xarray.Dataset>
57475747
Dimensions: (time: 3, x: 2, y: 2)
57485748
Coordinates:
5749-
reference_time datetime64[ns] 2014-09-05
5749+
lon (x, y) float64 -99.83 -99.32 -99.79 -99.23
57505750
lat (x, y) float64 42.25 42.21 42.63 42.59
57515751
* time (time) datetime64[ns] 2014-09-06 2014-09-07 2014-09-08
5752-
lon (x, y) float64 -99.83 -99.32 -99.79 -99.23
5752+
reference_time datetime64[ns] 2014-09-05
57535753
Dimensions without coordinates: x, y
57545754
Data variables:
57555755
temperature (x, y, time) float64 29.11 18.2 22.83 ... 18.28 16.15 26.63

0 commit comments

Comments
 (0)