Add a simple nbytes
representation in DataArrays and Dataset repr
#11314
ci.yaml
on: pull_request
detect ci trigger
3s
Event File
4s
Matrix: test
Annotations
131 errors and 1 warning
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_dataset.py#L310
TestDataset.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
- <xarray.Dataset> Size: 2kB
? ----------
+ <xarray.Dataset>
Dimensions: (dim2: 9, dim3: 10, time: 20, dim1: 8)
Coordinates:
- * dim2 (dim2) float64 72B 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
? ----
+ * dim2 (dim2) float64 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
- * dim3 (dim3) <U1 40B 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
? ----
+ * dim3 (dim3) <U1 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
- * time (time) datetime64[ns] 160B 2000-01-01 2000-01-02 ... 2000-01-20
? -----
+ * time (time) datetime64[ns] 2000-01-01 2000-01-02 ... 2000-01-20
- numbers (dim3) int64 80B 0 1 2 0 0 1 1 2 2 3
? - ^ -------- --
+ numbers (dim3) int64 0 1 2 0 0 1 1 2 2 3
? ^^^^ ++ ++
Dimensions without coordinates: dim1
Data variables:
- var1 (dim1, dim2) float64 576B -1.086 0.9973 0.283 ... 0.4684 -0.8312
? -----
+ var1 (dim1, dim2) float64 -1.086 0.9973 0.283 ... 0.1995 0.4684 -0.8312
? +++++++
- var2 (dim1, dim2) float64 576B 1.162 -1.097 -2.123 ... 1.267 0.3328
? -----
+ var2 (dim1, dim2) float64 1.162 -1.097 -2.123 ... 0.1302 1.267 0.3328
? +++++++
- var3 (dim3, dim1) float64 640B 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
? -----
+ var3 (dim3, dim1) float64 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
Attributes:
foo: bar
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_dataset.py#L359
TestDataset.test_repr_multiindex
AssertionError: assert '<xarray.Data...\n *empty*' == '<xarray.Data...\n *empty*'
- <xarray.Dataset> Size: 96B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 4)
Coordinates:
- * x (x) object 32B MultiIndex
? ----
+ * x (x) object MultiIndex
- * level_1 (x) object 32B 'a' 'a' 'b' 'b'
? ----
+ * level_1 (x) object 'a' 'a' 'b' 'b'
- * level_2 (x) int64 32B 1 2 1 2
? ^ - ----
+ * level_2 (x) int64 1 2 1 2
? ^^
Data variables:
*empty*
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_dataset.py#L408
TestDataset.test_unicode_data
AssertionError: assert '<xarray.Data... å: ∑' == '<xarray.Data... å: ∑'
- <xarray.Dataset> Size: 12B
? ----------
+ <xarray.Dataset>
Dimensions: (foø: 1)
Coordinates:
- * foø (foø) <U3 12B 'ba®'
? ----
+ * foø (foø) <U3 'ba®'
Data variables:
*empty*
Attributes:
å: ∑
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_dataset.py#L435
TestDataset.test_repr_nep18
AssertionError: assert '<xarray.Data... Custom Array' == '<xarray.Data... Custom Array'
- <xarray.Dataset> Size: 16B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 2)
Dimensions without coordinates: x
Data variables:
- foo (x) float64 16B Custom Array
? ----
+ foo (x) float64 Custom Array
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_dataarray.py#L106
TestDataArray.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
Skipping 38 identical leading characters in diff, use -v to show
- 2, x: 3)> Size: 48B
+ 2, x: 3)>
array([[1, 2, 3],
[4, 5, 6]])
Coordinates:
- * x (x) int64 24B 0 1 2
? ----
+ * x (x) int64 0 1 2
- other int64 8B 0
? ---
+ other int64 0
Dimensions without coordinates: time
Attributes:
foo: bar
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_dataarray.py#L118
TestDataArray.test_repr_multiindex
AssertionError: assert '<xarray.Data...int64 1 2 1 2' == '<xarray.Data...4 32B 1 2 1 2'
- <xarray.DataArray (x: 4)> Size: 32B
? ----------
+ <xarray.DataArray (x: 4)>
array([0, 1, 2, 3])
Coordinates:
- * x (x) object 32B MultiIndex
? ----
+ * x (x) object MultiIndex
- * level_1 (x) object 32B 'a' 'a' 'b' 'b'
? ----
+ * level_1 (x) object 'a' 'a' 'b' 'b'
- * level_2 (x) int64 32B 1 2 1 2
? ^ - ----
+ * level_2 (x) int64 1 2 1 2
? ^^
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_dataset.py#L892
TestDataset.test_coords_properties
AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? ----
+ * y (y) int64 0 1 2
- a (x) int64 16B 4 5
? ----
+ a (x) int64 4 5
- b int64 8B -10
? ---
+ b int64 -10
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_dataarray.py#L136
TestDataArray.test_repr_multiindex_long
AssertionError: assert '<xarray.Data...2 3 4 5 6 7 8' == '<xarray.Data...2 3 4 5 6 7 8'
- <xarray.DataArray (x: 32)> Size: 256B
? -----------
+ <xarray.DataArray (x: 32)>
array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31])
Coordinates:
- * x (x) object 256B MultiIndex
? -----
+ * x (x) object MultiIndex
- * level_1 (x) object 256B 'a' 'a' 'a' 'a' 'a' 'a' ... 'd' 'd' 'd' 'd' 'd' 'd'
? -----
+ * level_1 (x) object 'a' 'a' 'a' 'a' 'a' 'a' 'a' ... 'd' 'd' 'd' 'd' 'd' 'd'
? ++++
- * level_2 (x) int64 256B 1 2 3 4 5 6 7 8 1 2 3 4 ... 5 6 7 8 1 2 3 4 5 6 7 8
? ^ ------------
+ * level_2 (x) int64 1 2 3 4 5 6 7 8 1 2 3 4 5 6 ... 4 5 6 7 8 1 2 3 4 5 6 7 8
? ++ +++++ + ^^^^ ++
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_dataset.py#L1083
TestDataset.test_data_vars_properties
AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0'
Data variables:
- foo (x) float64 8B 1.0
? ---
+ foo (x) float64 1.0
- bar float64 8B 2.0
? ---
+ bar float64 2.0
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_formatting.py#L338
TestFormatting.test_diff_array_repr
AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc'
Skipping 219 identical leading characters in diff, use -v to show
- (x) <U1 8B 'a' 'b'
? -- -
+ (x) <U1 8B 'a' 'b'
- R * x (x) <U1 8B 'a' 'c'
? -- -
+ R * x (x) <U1 8B 'a' 'c'
Coordinates only on the left object:
- * y (y) int64 24B 1 2 3
? - -
+ * y (y) int64 24B 1 2 3
Coordinates only on the right object:
- label (x) int64 16B 1 2
? - -
+ label (x) int64 16B 1 2
Differing attributes:
L units: m
R units: kg
Attributes only on the left object:
description: desc
|
ubuntu-latest py3.10 all-but-dask:
xarray/tests/test_dataarray.py#L106
TestDataArray.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
Skipping 38 identical leading characters in diff, use -v to show
- 2, x: 3)> Size: 48B
+ 2, x: 3)>
array([[1, 2, 3],
[4, 5, 6]])
Coordinates:
- * x (x) int64 24B 0 1 2
? ----
+ * x (x) int64 0 1 2
- other int64 8B 0
? ---
+ other int64 0
Dimensions without coordinates: time
Attributes:
foo: bar
|
ubuntu-latest py3.10 all-but-dask:
xarray/tests/test_dataarray.py#L118
TestDataArray.test_repr_multiindex
AssertionError: assert '<xarray.Data...int64 1 2 1 2' == '<xarray.Data...4 32B 1 2 1 2'
- <xarray.DataArray (x: 4)> Size: 32B
? ----------
+ <xarray.DataArray (x: 4)>
array([0, 1, 2, 3])
Coordinates:
- * x (x) object 32B MultiIndex
? ----
+ * x (x) object MultiIndex
- * level_1 (x) object 32B 'a' 'a' 'b' 'b'
? ----
+ * level_1 (x) object 'a' 'a' 'b' 'b'
- * level_2 (x) int64 32B 1 2 1 2
? ^ - ----
+ * level_2 (x) int64 1 2 1 2
? ^^
|
ubuntu-latest py3.10 all-but-dask:
xarray/tests/test_dataarray.py#L136
TestDataArray.test_repr_multiindex_long
AssertionError: assert '<xarray.Data...2 3 4 5 6 7 8' == '<xarray.Data...2 3 4 5 6 7 8'
- <xarray.DataArray (x: 32)> Size: 256B
? -----------
+ <xarray.DataArray (x: 32)>
array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31])
Coordinates:
- * x (x) object 256B MultiIndex
? -----
+ * x (x) object MultiIndex
- * level_1 (x) object 256B 'a' 'a' 'a' 'a' 'a' 'a' ... 'd' 'd' 'd' 'd' 'd' 'd'
? -----
+ * level_1 (x) object 'a' 'a' 'a' 'a' 'a' 'a' 'a' ... 'd' 'd' 'd' 'd' 'd' 'd'
? ++++
- * level_2 (x) int64 256B 1 2 3 4 5 6 7 8 1 2 3 4 ... 5 6 7 8 1 2 3 4 5 6 7 8
? ^ ------------
+ * level_2 (x) int64 1 2 3 4 5 6 7 8 1 2 3 4 5 6 ... 4 5 6 7 8 1 2 3 4 5 6 7 8
? ++ +++++ + ^^^^ ++
|
ubuntu-latest py3.10 all-but-dask:
xarray/tests/test_dataarray.py#L1452
TestDataArray.test_coords
AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? --------
+ * y (y) int64 0 1 2
? ++++
|
ubuntu-latest py3.10 all-but-dask:
xarray/tests/test_dataset.py#L310
TestDataset.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
- <xarray.Dataset> Size: 2kB
? ----------
+ <xarray.Dataset>
Dimensions: (dim2: 9, dim3: 10, time: 20, dim1: 8)
Coordinates:
- * dim2 (dim2) float64 72B 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
? ----
+ * dim2 (dim2) float64 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
- * dim3 (dim3) <U1 40B 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
? ----
+ * dim3 (dim3) <U1 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
- * time (time) datetime64[ns] 160B 2000-01-01 2000-01-02 ... 2000-01-20
? -----
+ * time (time) datetime64[ns] 2000-01-01 2000-01-02 ... 2000-01-20
- numbers (dim3) int64 80B 0 1 2 0 0 1 1 2 2 3
? - ^ -------- --
+ numbers (dim3) int64 0 1 2 0 0 1 1 2 2 3
? ^^^^ ++ ++
Dimensions without coordinates: dim1
Data variables:
- var1 (dim1, dim2) float64 576B -1.086 0.9973 0.283 ... 0.4684 -0.8312
? -----
+ var1 (dim1, dim2) float64 -1.086 0.9973 0.283 ... 0.1995 0.4684 -0.8312
? +++++++
- var2 (dim1, dim2) float64 576B 1.162 -1.097 -2.123 ... 1.267 0.3328
? -----
+ var2 (dim1, dim2) float64 1.162 -1.097 -2.123 ... 0.1302 1.267 0.3328
? +++++++
- var3 (dim3, dim1) float64 640B 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
? -----
+ var3 (dim3, dim1) float64 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
Attributes:
foo: bar
|
ubuntu-latest py3.10 all-but-dask:
xarray/tests/test_dataset.py#L359
TestDataset.test_repr_multiindex
AssertionError: assert '<xarray.Data...\n *empty*' == '<xarray.Data...\n *empty*'
- <xarray.Dataset> Size: 96B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 4)
Coordinates:
- * x (x) object 32B MultiIndex
? ----
+ * x (x) object MultiIndex
- * level_1 (x) object 32B 'a' 'a' 'b' 'b'
? ----
+ * level_1 (x) object 'a' 'a' 'b' 'b'
- * level_2 (x) int64 32B 1 2 1 2
? ^ - ----
+ * level_2 (x) int64 1 2 1 2
? ^^
Data variables:
*empty*
|
ubuntu-latest py3.10 all-but-dask:
xarray/tests/test_dataset.py#L408
TestDataset.test_unicode_data
AssertionError: assert '<xarray.Data... å: ∑' == '<xarray.Data... å: ∑'
- <xarray.Dataset> Size: 12B
? ----------
+ <xarray.Dataset>
Dimensions: (foø: 1)
Coordinates:
- * foø (foø) <U3 12B 'ba®'
? ----
+ * foø (foø) <U3 'ba®'
Data variables:
*empty*
Attributes:
å: ∑
|
ubuntu-latest py3.10 all-but-dask:
xarray/tests/test_dataset.py#L435
TestDataset.test_repr_nep18
AssertionError: assert '<xarray.Data... Custom Array' == '<xarray.Data... Custom Array'
- <xarray.Dataset> Size: 16B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 2)
Dimensions without coordinates: x
Data variables:
- foo (x) float64 16B Custom Array
? ----
+ foo (x) float64 Custom Array
|
ubuntu-latest py3.10 all-but-dask:
xarray/tests/test_dataset.py#L892
TestDataset.test_coords_properties
AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? ----
+ * y (y) int64 0 1 2
- a (x) int64 16B 4 5
? ----
+ a (x) int64 4 5
- b int64 8B -10
? ---
+ b int64 -10
|
ubuntu-latest py3.10 all-but-dask:
xarray/tests/test_dataset.py#L1083
TestDataset.test_data_vars_properties
AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0'
Data variables:
- foo (x) float64 8B 1.0
? ---
+ foo (x) float64 1.0
- bar float64 8B 2.0
? ---
+ bar float64 2.0
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_dask.py#L200
TestVariable.test_repr
AssertionError: assert '<xarray.Vari...umpy.ndarray>' == '<xarray.Vari...umpy.ndarray>'
- <xarray.Variable (x: 4, y: 6)> Size: 192B
? -----------
+ <xarray.Variable (x: 4, y: 6)>
dask.array<array, shape=(4, 6), dtype=float64, chunksize=(2, 2), chunktype=numpy.ndarray>
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_dataarray.py#L106
TestDataArray.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
Skipping 38 identical leading characters in diff, use -v to show
- 2, x: 3)> Size: 48B
+ 2, x: 3)>
array([[1, 2, 3],
[4, 5, 6]])
Coordinates:
- * x (x) int64 24B 0 1 2
? ----
+ * x (x) int64 0 1 2
- other int64 8B 0
? ---
+ other int64 0
Dimensions without coordinates: time
Attributes:
foo: bar
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_dataarray.py#L118
TestDataArray.test_repr_multiindex
AssertionError: assert '<xarray.Data...int64 1 2 1 2' == '<xarray.Data...4 32B 1 2 1 2'
- <xarray.DataArray (x: 4)> Size: 32B
? ----------
+ <xarray.DataArray (x: 4)>
array([0, 1, 2, 3])
Coordinates:
- * x (x) object 32B MultiIndex
? ----
+ * x (x) object MultiIndex
- * level_1 (x) object 32B 'a' 'a' 'b' 'b'
? ----
+ * level_1 (x) object 'a' 'a' 'b' 'b'
- * level_2 (x) int64 32B 1 2 1 2
? ^ - ----
+ * level_2 (x) int64 1 2 1 2
? ^^
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_dataarray.py#L136
TestDataArray.test_repr_multiindex_long
AssertionError: assert '<xarray.Data...2 3 4 5 6 7 8' == '<xarray.Data...2 3 4 5 6 7 8'
- <xarray.DataArray (x: 32)> Size: 256B
? -----------
+ <xarray.DataArray (x: 32)>
array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31])
Coordinates:
- * x (x) object 256B MultiIndex
? -----
+ * x (x) object MultiIndex
- * level_1 (x) object 256B 'a' 'a' 'a' 'a' 'a' 'a' ... 'd' 'd' 'd' 'd' 'd' 'd'
? -----
+ * level_1 (x) object 'a' 'a' 'a' 'a' 'a' 'a' 'a' ... 'd' 'd' 'd' 'd' 'd' 'd'
? ++++
- * level_2 (x) int64 256B 1 2 3 4 5 6 7 8 1 2 3 4 ... 5 6 7 8 1 2 3 4 5 6 7 8
? ^ ------------
+ * level_2 (x) int64 1 2 3 4 5 6 7 8 1 2 3 4 5 6 ... 4 5 6 7 8 1 2 3 4 5 6 7 8
? ++ +++++ + ^^^^ ++
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_dask.py#L675
TestDataArrayAndDataset.test_dataarray_repr
AssertionError: assert '<xarray.Data...oordinates: x' == '<xarray.Data...oordinates: x'
- <xarray.DataArray 'data' (x: 1)> Size: 8B
? ---------
+ <xarray.DataArray 'data' (x: 1)>
dask.array<data, shape=(1,), dtype=int64, chunksize=(1,), chunktype=numpy.ndarray>
Coordinates:
- y (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ y (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
Dimensions without coordinates: x
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_dask.py#L692
TestDataArrayAndDataset.test_dataset_repr
AssertionError: assert '<xarray.Data...a=np.ndarray>' == '<xarray.Data...a=np.ndarray>'
- <xarray.Dataset> Size: 16B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 1)
Coordinates:
- y (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ y (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
Dimensions without coordinates: x
Data variables:
- a (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ a (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_dataarray.py#L1452
TestDataArray.test_coords
AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? --------
+ * y (y) int64 0 1 2
? ++++
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_dataset.py#L892
TestDataset.test_coords_properties
AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? ----
+ * y (y) int64 0 1 2
- a (x) int64 16B 4 5
? ----
+ a (x) int64 4 5
- b int64 8B -10
? ---
+ b int64 -10
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_dataset.py#L1083
TestDataset.test_data_vars_properties
AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0'
Data variables:
- foo (x) float64 8B 1.0
? ---
+ foo (x) float64 1.0
- bar float64 8B 2.0
? ---
+ bar float64 2.0
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_dataset.py#L310
TestDataset.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
- <xarray.Dataset> Size: 2kB
? ----------
+ <xarray.Dataset>
Dimensions: (dim2: 9, dim3: 10, time: 20, dim1: 8)
Coordinates:
- * dim2 (dim2) float64 72B 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
? ----
+ * dim2 (dim2) float64 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
- * dim3 (dim3) <U1 40B 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
? ----
+ * dim3 (dim3) <U1 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
- * time (time) datetime64[ns] 160B 2000-01-01 2000-01-02 ... 2000-01-20
? -----
+ * time (time) datetime64[ns] 2000-01-01 2000-01-02 ... 2000-01-20
- numbers (dim3) int64 80B 0 1 2 0 0 1 1 2 2 3
? - ^ -------- --
+ numbers (dim3) int64 0 1 2 0 0 1 1 2 2 3
? ^^^^ ++ ++
Dimensions without coordinates: dim1
Data variables:
- var1 (dim1, dim2) float64 576B -1.086 0.9973 0.283 ... 0.4684 -0.8312
? -----
+ var1 (dim1, dim2) float64 -1.086 0.9973 0.283 ... 0.1995 0.4684 -0.8312
? +++++++
- var2 (dim1, dim2) float64 576B 1.162 -1.097 -2.123 ... 1.267 0.3328
? -----
+ var2 (dim1, dim2) float64 1.162 -1.097 -2.123 ... 0.1302 1.267 0.3328
? +++++++
- var3 (dim3, dim1) float64 640B 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
? -----
+ var3 (dim3, dim1) float64 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
Attributes:
foo: bar
|
ubuntu-latest py3.9:
xarray/tests/test_dataset.py#L892
TestDataset.test_coords_properties
AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? ----
+ * y (y) int64 0 1 2
- a (x) int64 16B 4 5
? ----
+ a (x) int64 4 5
- b int64 8B -10
? ---
+ b int64 -10
|
ubuntu-latest py3.9:
xarray/tests/test_dataset.py#L1083
TestDataset.test_data_vars_properties
AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0'
Data variables:
- foo (x) float64 8B 1.0
? ---
+ foo (x) float64 1.0
- bar float64 8B 2.0
? ---
+ bar float64 2.0
|
ubuntu-latest py3.9:
xarray/tests/test_dataarray.py#L106
TestDataArray.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
Skipping 38 identical leading characters in diff, use -v to show
- 2, x: 3)> Size: 48B
+ 2, x: 3)>
array([[1, 2, 3],
[4, 5, 6]])
Coordinates:
- * x (x) int64 24B 0 1 2
? ----
+ * x (x) int64 0 1 2
- other int64 8B 0
? ---
+ other int64 0
Dimensions without coordinates: time
Attributes:
foo: bar
|
ubuntu-latest py3.9:
xarray/tests/test_dataarray.py#L118
TestDataArray.test_repr_multiindex
AssertionError: assert '<xarray.Data...int64 1 2 1 2' == '<xarray.Data...4 32B 1 2 1 2'
- <xarray.DataArray (x: 4)> Size: 32B
? ----------
+ <xarray.DataArray (x: 4)>
array([0, 1, 2, 3])
Coordinates:
- * x (x) object 32B MultiIndex
? ----
+ * x (x) object MultiIndex
- * level_1 (x) object 32B 'a' 'a' 'b' 'b'
? ----
+ * level_1 (x) object 'a' 'a' 'b' 'b'
- * level_2 (x) int64 32B 1 2 1 2
? ^ - ----
+ * level_2 (x) int64 1 2 1 2
? ^^
|
ubuntu-latest py3.9:
xarray/tests/test_dataarray.py#L136
TestDataArray.test_repr_multiindex_long
AssertionError: assert '<xarray.Data...2 3 4 5 6 7 8' == '<xarray.Data...2 3 4 5 6 7 8'
- <xarray.DataArray (x: 32)> Size: 256B
? -----------
+ <xarray.DataArray (x: 32)>
array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31])
Coordinates:
- * x (x) object 256B MultiIndex
? -----
+ * x (x) object MultiIndex
- * level_1 (x) object 256B 'a' 'a' 'a' 'a' 'a' 'a' ... 'd' 'd' 'd' 'd' 'd' 'd'
? -----
+ * level_1 (x) object 'a' 'a' 'a' 'a' 'a' 'a' 'a' ... 'd' 'd' 'd' 'd' 'd' 'd'
? ++++
- * level_2 (x) int64 256B 1 2 3 4 5 6 7 8 1 2 3 4 ... 5 6 7 8 1 2 3 4 5 6 7 8
? ^ ------------
+ * level_2 (x) int64 1 2 3 4 5 6 7 8 1 2 3 4 5 6 ... 4 5 6 7 8 1 2 3 4 5 6 7 8
? ++ +++++ + ^^^^ ++
|
ubuntu-latest py3.9:
xarray/tests/test_dataarray.py#L1452
TestDataArray.test_coords
AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? --------
+ * y (y) int64 0 1 2
? ++++
|
ubuntu-latest py3.9:
xarray/tests/test_dask.py#L200
TestVariable.test_repr
AssertionError: assert '<xarray.Vari...umpy.ndarray>' == '<xarray.Vari...umpy.ndarray>'
- <xarray.Variable (x: 4, y: 6)> Size: 192B
? -----------
+ <xarray.Variable (x: 4, y: 6)>
dask.array<array, shape=(4, 6), dtype=float64, chunksize=(2, 2), chunktype=numpy.ndarray>
|
ubuntu-latest py3.9:
xarray/tests/test_dataset.py#L310
TestDataset.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
- <xarray.Dataset> Size: 2kB
? ----------
+ <xarray.Dataset>
Dimensions: (dim2: 9, dim3: 10, time: 20, dim1: 8)
Coordinates:
- * dim2 (dim2) float64 72B 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
? ----
+ * dim2 (dim2) float64 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
- * dim3 (dim3) <U1 40B 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
? ----
+ * dim3 (dim3) <U1 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
- * time (time) datetime64[ns] 160B 2000-01-01 2000-01-02 ... 2000-01-20
? -----
+ * time (time) datetime64[ns] 2000-01-01 2000-01-02 ... 2000-01-20
- numbers (dim3) int64 80B 0 1 2 0 0 1 1 2 2 3
? - ^ -------- --
+ numbers (dim3) int64 0 1 2 0 0 1 1 2 2 3
? ^^^^ ++ ++
Dimensions without coordinates: dim1
Data variables:
- var1 (dim1, dim2) float64 576B -1.086 0.9973 0.283 ... 0.4684 -0.8312
? -----
+ var1 (dim1, dim2) float64 -1.086 0.9973 0.283 ... 0.1995 0.4684 -0.8312
? +++++++
- var2 (dim1, dim2) float64 576B 1.162 -1.097 -2.123 ... 1.267 0.3328
? -----
+ var2 (dim1, dim2) float64 1.162 -1.097 -2.123 ... 0.1302 1.267 0.3328
? +++++++
- var3 (dim3, dim1) float64 640B 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
? -----
+ var3 (dim3, dim1) float64 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
Attributes:
foo: bar
|
ubuntu-latest py3.9:
xarray/tests/test_dataset.py#L359
TestDataset.test_repr_multiindex
AssertionError: assert '<xarray.Data...\n *empty*' == '<xarray.Data...\n *empty*'
- <xarray.Dataset> Size: 96B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 4)
Coordinates:
- * x (x) object 32B MultiIndex
? ----
+ * x (x) object MultiIndex
- * level_1 (x) object 32B 'a' 'a' 'b' 'b'
? ----
+ * level_1 (x) object 'a' 'a' 'b' 'b'
- * level_2 (x) int64 32B 1 2 1 2
? ^ - ----
+ * level_2 (x) int64 1 2 1 2
? ^^
Data variables:
*empty*
|
ubuntu-latest py3.9:
xarray/tests/test_dataset.py#L408
TestDataset.test_unicode_data
AssertionError: assert '<xarray.Data... å: ∑' == '<xarray.Data... å: ∑'
- <xarray.Dataset> Size: 12B
? ----------
+ <xarray.Dataset>
Dimensions: (foø: 1)
Coordinates:
- * foø (foø) <U3 12B 'ba®'
? ----
+ * foø (foø) <U3 'ba®'
Data variables:
*empty*
Attributes:
å: ∑
|
ubuntu-latest py3.12:
xarray/tests/test_dask.py#L200
TestVariable.test_repr
AssertionError: assert '<xarray.Vari...umpy.ndarray>' == '<xarray.Vari...umpy.ndarray>'
- <xarray.Variable (x: 4, y: 6)> Size: 192B
? -----------
+ <xarray.Variable (x: 4, y: 6)>
dask.array<array, shape=(4, 6), dtype=float64, chunksize=(2, 2), chunktype=numpy.ndarray>
|
ubuntu-latest py3.12:
xarray/tests/test_dask.py#L675
TestDataArrayAndDataset.test_dataarray_repr
AssertionError: assert '<xarray.Data...oordinates: x' == '<xarray.Data...oordinates: x'
- <xarray.DataArray 'data' (x: 1)> Size: 8B
? ---------
+ <xarray.DataArray 'data' (x: 1)>
dask.array<data, shape=(1,), dtype=int64, chunksize=(1,), chunktype=numpy.ndarray>
Coordinates:
- y (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ y (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
Dimensions without coordinates: x
|
ubuntu-latest py3.12:
xarray/tests/test_dask.py#L692
TestDataArrayAndDataset.test_dataset_repr
AssertionError: assert '<xarray.Data...a=np.ndarray>' == '<xarray.Data...a=np.ndarray>'
- <xarray.Dataset> Size: 16B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 1)
Coordinates:
- y (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ y (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
Dimensions without coordinates: x
Data variables:
- a (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ a (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
|
ubuntu-latest py3.12:
xarray/tests/test_dataset.py#L310
TestDataset.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
- <xarray.Dataset> Size: 2kB
? ----------
+ <xarray.Dataset>
Dimensions: (dim2: 9, dim3: 10, time: 20, dim1: 8)
Coordinates:
- * dim2 (dim2) float64 72B 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
? ----
+ * dim2 (dim2) float64 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
- * dim3 (dim3) <U1 40B 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
? ----
+ * dim3 (dim3) <U1 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
- * time (time) datetime64[ns] 160B 2000-01-01 2000-01-02 ... 2000-01-20
? -----
+ * time (time) datetime64[ns] 2000-01-01 2000-01-02 ... 2000-01-20
- numbers (dim3) int64 80B 0 1 2 0 0 1 1 2 2 3
? - ^ -------- --
+ numbers (dim3) int64 0 1 2 0 0 1 1 2 2 3
? ^^^^ ++ ++
Dimensions without coordinates: dim1
Data variables:
- var1 (dim1, dim2) float64 576B -1.086 0.9973 0.283 ... 0.4684 -0.8312
? -----
+ var1 (dim1, dim2) float64 -1.086 0.9973 0.283 ... 0.1995 0.4684 -0.8312
? +++++++
- var2 (dim1, dim2) float64 576B 1.162 -1.097 -2.123 ... 1.267 0.3328
? -----
+ var2 (dim1, dim2) float64 1.162 -1.097 -2.123 ... 0.1302 1.267 0.3328
? +++++++
- var3 (dim3, dim1) float64 640B 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
? -----
+ var3 (dim3, dim1) float64 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
Attributes:
foo: bar
|
ubuntu-latest py3.12:
xarray/tests/test_dataset.py#L359
TestDataset.test_repr_multiindex
AssertionError: assert '<xarray.Data...\n *empty*' == '<xarray.Data...\n *empty*'
- <xarray.Dataset> Size: 96B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 4)
Coordinates:
- * x (x) object 32B MultiIndex
? ----
+ * x (x) object MultiIndex
- * level_1 (x) object 32B 'a' 'a' 'b' 'b'
? ----
+ * level_1 (x) object 'a' 'a' 'b' 'b'
- * level_2 (x) int64 32B 1 2 1 2
? ^ - ----
+ * level_2 (x) int64 1 2 1 2
? ^^
Data variables:
*empty*
|
ubuntu-latest py3.12:
xarray/tests/test_dataset.py#L408
TestDataset.test_unicode_data
AssertionError: assert '<xarray.Data... å: ∑' == '<xarray.Data... å: ∑'
- <xarray.Dataset> Size: 12B
? ----------
+ <xarray.Dataset>
Dimensions: (foø: 1)
Coordinates:
- * foø (foø) <U3 12B 'ba®'
? ----
+ * foø (foø) <U3 'ba®'
Data variables:
*empty*
Attributes:
å: ∑
|
ubuntu-latest py3.12:
xarray/tests/test_dataset.py#L435
TestDataset.test_repr_nep18
AssertionError: assert '<xarray.Data... Custom Array' == '<xarray.Data... Custom Array'
- <xarray.Dataset> Size: 16B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 2)
Dimensions without coordinates: x
Data variables:
- foo (x) float64 16B Custom Array
? ----
+ foo (x) float64 Custom Array
|
ubuntu-latest py3.12:
xarray/tests/test_dataset.py#L892
TestDataset.test_coords_properties
AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? ----
+ * y (y) int64 0 1 2
- a (x) int64 16B 4 5
? ----
+ a (x) int64 4 5
- b int64 8B -10
? ---
+ b int64 -10
|
ubuntu-latest py3.12:
xarray/tests/test_dataset.py#L1083
TestDataset.test_data_vars_properties
AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0'
Data variables:
- foo (x) float64 8B 1.0
? ---
+ foo (x) float64 1.0
- bar float64 8B 2.0
? ---
+ bar float64 2.0
|
ubuntu-latest py3.12:
xarray/tests/test_dataarray.py#L106
TestDataArray.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
Skipping 38 identical leading characters in diff, use -v to show
- 2, x: 3)> Size: 48B
+ 2, x: 3)>
array([[1, 2, 3],
[4, 5, 6]])
Coordinates:
- * x (x) int64 24B 0 1 2
? ----
+ * x (x) int64 0 1 2
- other int64 8B 0
? ---
+ other int64 0
Dimensions without coordinates: time
Attributes:
foo: bar
|
ubuntu-latest py3.10 flaky:
xarray/tests/test_dask.py#L200
TestVariable.test_repr
AssertionError: assert '<xarray.Vari...umpy.ndarray>' == '<xarray.Vari...umpy.ndarray>'
- <xarray.Variable (x: 4, y: 6)> Size: 192B
? -----------
+ <xarray.Variable (x: 4, y: 6)>
dask.array<array, shape=(4, 6), dtype=float64, chunksize=(2, 2), chunktype=numpy.ndarray>
|
ubuntu-latest py3.10 flaky:
xarray/tests/test_dataarray.py#L106
TestDataArray.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
Skipping 38 identical leading characters in diff, use -v to show
- 2, x: 3)> Size: 48B
+ 2, x: 3)>
array([[1, 2, 3],
[4, 5, 6]])
Coordinates:
- * x (x) int64 24B 0 1 2
? ----
+ * x (x) int64 0 1 2
- other int64 8B 0
? ---
+ other int64 0
Dimensions without coordinates: time
Attributes:
foo: bar
|
ubuntu-latest py3.10 flaky:
xarray/tests/test_dataarray.py#L118
TestDataArray.test_repr_multiindex
AssertionError: assert '<xarray.Data...int64 1 2 1 2' == '<xarray.Data...4 32B 1 2 1 2'
- <xarray.DataArray (x: 4)> Size: 32B
? ----------
+ <xarray.DataArray (x: 4)>
array([0, 1, 2, 3])
Coordinates:
- * x (x) object 32B MultiIndex
? ----
+ * x (x) object MultiIndex
- * level_1 (x) object 32B 'a' 'a' 'b' 'b'
? ----
+ * level_1 (x) object 'a' 'a' 'b' 'b'
- * level_2 (x) int64 32B 1 2 1 2
? ^ - ----
+ * level_2 (x) int64 1 2 1 2
? ^^
|
ubuntu-latest py3.10 flaky:
xarray/tests/test_dataarray.py#L136
TestDataArray.test_repr_multiindex_long
AssertionError: assert '<xarray.Data...2 3 4 5 6 7 8' == '<xarray.Data...2 3 4 5 6 7 8'
- <xarray.DataArray (x: 32)> Size: 256B
? -----------
+ <xarray.DataArray (x: 32)>
array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31])
Coordinates:
- * x (x) object 256B MultiIndex
? -----
+ * x (x) object MultiIndex
- * level_1 (x) object 256B 'a' 'a' 'a' 'a' 'a' 'a' ... 'd' 'd' 'd' 'd' 'd' 'd'
? -----
+ * level_1 (x) object 'a' 'a' 'a' 'a' 'a' 'a' 'a' ... 'd' 'd' 'd' 'd' 'd' 'd'
? ++++
- * level_2 (x) int64 256B 1 2 3 4 5 6 7 8 1 2 3 4 ... 5 6 7 8 1 2 3 4 5 6 7 8
? ^ ------------
+ * level_2 (x) int64 1 2 3 4 5 6 7 8 1 2 3 4 5 6 ... 4 5 6 7 8 1 2 3 4 5 6 7 8
? ++ +++++ + ^^^^ ++
|
ubuntu-latest py3.10 flaky:
xarray/tests/test_dataarray.py#L1452
TestDataArray.test_coords
AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? --------
+ * y (y) int64 0 1 2
? ++++
|
ubuntu-latest py3.10 flaky:
xarray/tests/test_dask.py#L675
TestDataArrayAndDataset.test_dataarray_repr
AssertionError: assert '<xarray.Data...oordinates: x' == '<xarray.Data...oordinates: x'
- <xarray.DataArray 'data' (x: 1)> Size: 8B
? ---------
+ <xarray.DataArray 'data' (x: 1)>
dask.array<data, shape=(1,), dtype=int64, chunksize=(1,), chunktype=numpy.ndarray>
Coordinates:
- y (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ y (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
Dimensions without coordinates: x
|
ubuntu-latest py3.10 flaky:
xarray/tests/test_dask.py#L692
TestDataArrayAndDataset.test_dataset_repr
AssertionError: assert '<xarray.Data...a=np.ndarray>' == '<xarray.Data...a=np.ndarray>'
- <xarray.Dataset> Size: 16B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 1)
Coordinates:
- y (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ y (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
Dimensions without coordinates: x
Data variables:
- a (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ a (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
|
ubuntu-latest py3.10 flaky:
xarray/tests/test_dataset.py#L892
TestDataset.test_coords_properties
AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? ----
+ * y (y) int64 0 1 2
- a (x) int64 16B 4 5
? ----
+ a (x) int64 4 5
- b int64 8B -10
? ---
+ b int64 -10
|
ubuntu-latest py3.10 flaky:
xarray/tests/test_dataset.py#L1083
TestDataset.test_data_vars_properties
AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0'
Data variables:
- foo (x) float64 8B 1.0
? ---
+ foo (x) float64 1.0
- bar float64 8B 2.0
? ---
+ bar float64 2.0
|
ubuntu-latest py3.10 flaky:
xarray/tests/test_dataset.py#L310
TestDataset.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
- <xarray.Dataset> Size: 2kB
? ----------
+ <xarray.Dataset>
Dimensions: (dim2: 9, dim3: 10, time: 20, dim1: 8)
Coordinates:
- * dim2 (dim2) float64 72B 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
? ----
+ * dim2 (dim2) float64 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
- * dim3 (dim3) <U1 40B 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
? ----
+ * dim3 (dim3) <U1 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
- * time (time) datetime64[ns] 160B 2000-01-01 2000-01-02 ... 2000-01-20
? -----
+ * time (time) datetime64[ns] 2000-01-01 2000-01-02 ... 2000-01-20
- numbers (dim3) int64 80B 0 1 2 0 0 1 1 2 2 3
? - ^ -------- --
+ numbers (dim3) int64 0 1 2 0 0 1 1 2 2 3
? ^^^^ ++ ++
Dimensions without coordinates: dim1
Data variables:
- var1 (dim1, dim2) float64 576B -1.086 0.9973 0.283 ... 0.4684 -0.8312
? -----
+ var1 (dim1, dim2) float64 -1.086 0.9973 0.283 ... 0.1995 0.4684 -0.8312
? +++++++
- var2 (dim1, dim2) float64 576B 1.162 -1.097 -2.123 ... 1.267 0.3328
? -----
+ var2 (dim1, dim2) float64 1.162 -1.097 -2.123 ... 0.1302 1.267 0.3328
? +++++++
- var3 (dim3, dim1) float64 640B 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
? -----
+ var3 (dim3, dim1) float64 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
Attributes:
foo: bar
|
ubuntu-latest py3.11:
xarray/tests/test_dataset.py#L892
TestDataset.test_coords_properties
AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? ----
+ * y (y) int64 0 1 2
- a (x) int64 16B 4 5
? ----
+ a (x) int64 4 5
- b int64 8B -10
? ---
+ b int64 -10
|
ubuntu-latest py3.11:
xarray/tests/test_dataset.py#L1083
TestDataset.test_data_vars_properties
AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0'
Data variables:
- foo (x) float64 8B 1.0
? ---
+ foo (x) float64 1.0
- bar float64 8B 2.0
? ---
+ bar float64 2.0
|
ubuntu-latest py3.11:
xarray/tests/test_dataarray.py#L106
TestDataArray.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
Skipping 38 identical leading characters in diff, use -v to show
- 2, x: 3)> Size: 48B
+ 2, x: 3)>
array([[1, 2, 3],
[4, 5, 6]])
Coordinates:
- * x (x) int64 24B 0 1 2
? ----
+ * x (x) int64 0 1 2
- other int64 8B 0
? ---
+ other int64 0
Dimensions without coordinates: time
Attributes:
foo: bar
|
ubuntu-latest py3.11:
xarray/tests/test_dataarray.py#L118
TestDataArray.test_repr_multiindex
AssertionError: assert '<xarray.Data...int64 1 2 1 2' == '<xarray.Data...4 32B 1 2 1 2'
- <xarray.DataArray (x: 4)> Size: 32B
? ----------
+ <xarray.DataArray (x: 4)>
array([0, 1, 2, 3])
Coordinates:
- * x (x) object 32B MultiIndex
? ----
+ * x (x) object MultiIndex
- * level_1 (x) object 32B 'a' 'a' 'b' 'b'
? ----
+ * level_1 (x) object 'a' 'a' 'b' 'b'
- * level_2 (x) int64 32B 1 2 1 2
? ^ - ----
+ * level_2 (x) int64 1 2 1 2
? ^^
|
ubuntu-latest py3.11:
xarray/tests/test_dataarray.py#L136
TestDataArray.test_repr_multiindex_long
AssertionError: assert '<xarray.Data...2 3 4 5 6 7 8' == '<xarray.Data...2 3 4 5 6 7 8'
- <xarray.DataArray (x: 32)> Size: 256B
? -----------
+ <xarray.DataArray (x: 32)>
array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31])
Coordinates:
- * x (x) object 256B MultiIndex
? -----
+ * x (x) object MultiIndex
- * level_1 (x) object 256B 'a' 'a' 'a' 'a' 'a' 'a' ... 'd' 'd' 'd' 'd' 'd' 'd'
? -----
+ * level_1 (x) object 'a' 'a' 'a' 'a' 'a' 'a' 'a' ... 'd' 'd' 'd' 'd' 'd' 'd'
? ++++
- * level_2 (x) int64 256B 1 2 3 4 5 6 7 8 1 2 3 4 ... 5 6 7 8 1 2 3 4 5 6 7 8
? ^ ------------
+ * level_2 (x) int64 1 2 3 4 5 6 7 8 1 2 3 4 5 6 ... 4 5 6 7 8 1 2 3 4 5 6 7 8
? ++ +++++ + ^^^^ ++
|
ubuntu-latest py3.11:
xarray/tests/test_dataarray.py#L1452
TestDataArray.test_coords
AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? --------
+ * y (y) int64 0 1 2
? ++++
|
ubuntu-latest py3.11:
xarray/tests/test_dask.py#L200
TestVariable.test_repr
AssertionError: assert '<xarray.Vari...umpy.ndarray>' == '<xarray.Vari...umpy.ndarray>'
- <xarray.Variable (x: 4, y: 6)> Size: 192B
? -----------
+ <xarray.Variable (x: 4, y: 6)>
dask.array<array, shape=(4, 6), dtype=float64, chunksize=(2, 2), chunktype=numpy.ndarray>
|
ubuntu-latest py3.11:
xarray/tests/test_dataset.py#L310
TestDataset.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
- <xarray.Dataset> Size: 2kB
? ----------
+ <xarray.Dataset>
Dimensions: (dim2: 9, dim3: 10, time: 20, dim1: 8)
Coordinates:
- * dim2 (dim2) float64 72B 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
? ----
+ * dim2 (dim2) float64 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
- * dim3 (dim3) <U1 40B 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
? ----
+ * dim3 (dim3) <U1 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
- * time (time) datetime64[ns] 160B 2000-01-01 2000-01-02 ... 2000-01-20
? -----
+ * time (time) datetime64[ns] 2000-01-01 2000-01-02 ... 2000-01-20
- numbers (dim3) int64 80B 0 1 2 0 0 1 1 2 2 3
? - ^ -------- --
+ numbers (dim3) int64 0 1 2 0 0 1 1 2 2 3
? ^^^^ ++ ++
Dimensions without coordinates: dim1
Data variables:
- var1 (dim1, dim2) float64 576B -1.086 0.9973 0.283 ... 0.4684 -0.8312
? -----
+ var1 (dim1, dim2) float64 -1.086 0.9973 0.283 ... 0.1995 0.4684 -0.8312
? +++++++
- var2 (dim1, dim2) float64 576B 1.162 -1.097 -2.123 ... 1.267 0.3328
? -----
+ var2 (dim1, dim2) float64 1.162 -1.097 -2.123 ... 0.1302 1.267 0.3328
? +++++++
- var3 (dim3, dim1) float64 640B 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
? -----
+ var3 (dim3, dim1) float64 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
Attributes:
foo: bar
|
ubuntu-latest py3.11:
xarray/tests/test_dataset.py#L359
TestDataset.test_repr_multiindex
AssertionError: assert '<xarray.Data...\n *empty*' == '<xarray.Data...\n *empty*'
- <xarray.Dataset> Size: 96B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 4)
Coordinates:
- * x (x) object 32B MultiIndex
? ----
+ * x (x) object MultiIndex
- * level_1 (x) object 32B 'a' 'a' 'b' 'b'
? ----
+ * level_1 (x) object 'a' 'a' 'b' 'b'
- * level_2 (x) int64 32B 1 2 1 2
? ^ - ----
+ * level_2 (x) int64 1 2 1 2
? ^^
Data variables:
*empty*
|
ubuntu-latest py3.11:
xarray/tests/test_dataset.py#L408
TestDataset.test_unicode_data
AssertionError: assert '<xarray.Data... å: ∑' == '<xarray.Data... å: ∑'
- <xarray.Dataset> Size: 12B
? ----------
+ <xarray.Dataset>
Dimensions: (foø: 1)
Coordinates:
- * foø (foø) <U3 12B 'ba®'
? ----
+ * foø (foø) <U3 'ba®'
Data variables:
*empty*
Attributes:
å: ∑
|
macos-latest py3.9:
xarray/tests/test_dataarray.py#L106
TestDataArray.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
Skipping 38 identical leading characters in diff, use -v to show
- 2, x: 3)> Size: 48B
+ 2, x: 3)>
array([[1, 2, 3],
[4, 5, 6]])
Coordinates:
- * x (x) int64 24B 0 1 2
? ----
+ * x (x) int64 0 1 2
- other int64 8B 0
? ---
+ other int64 0
Dimensions without coordinates: time
Attributes:
foo: bar
|
macos-latest py3.9:
xarray/tests/test_dataarray.py#L118
TestDataArray.test_repr_multiindex
AssertionError: assert '<xarray.Data...int64 1 2 1 2' == '<xarray.Data...4 32B 1 2 1 2'
- <xarray.DataArray (x: 4)> Size: 32B
? ----------
+ <xarray.DataArray (x: 4)>
array([0, 1, 2, 3])
Coordinates:
- * x (x) object 32B MultiIndex
? ----
+ * x (x) object MultiIndex
- * level_1 (x) object 32B 'a' 'a' 'b' 'b'
? ----
+ * level_1 (x) object 'a' 'a' 'b' 'b'
- * level_2 (x) int64 32B 1 2 1 2
? ^ - ----
+ * level_2 (x) int64 1 2 1 2
? ^^
|
macos-latest py3.9:
xarray/tests/test_dataarray.py#L136
TestDataArray.test_repr_multiindex_long
AssertionError: assert '<xarray.Data...2 3 4 5 6 7 8' == '<xarray.Data...2 3 4 5 6 7 8'
- <xarray.DataArray (x: 32)> Size: 256B
? -----------
+ <xarray.DataArray (x: 32)>
array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31])
Coordinates:
- * x (x) object 256B MultiIndex
? -----
+ * x (x) object MultiIndex
- * level_1 (x) object 256B 'a' 'a' 'a' 'a' 'a' 'a' ... 'd' 'd' 'd' 'd' 'd' 'd'
? -----
+ * level_1 (x) object 'a' 'a' 'a' 'a' 'a' 'a' 'a' ... 'd' 'd' 'd' 'd' 'd' 'd'
? ++++
- * level_2 (x) int64 256B 1 2 3 4 5 6 7 8 1 2 3 4 ... 5 6 7 8 1 2 3 4 5 6 7 8
? ^ ------------
+ * level_2 (x) int64 1 2 3 4 5 6 7 8 1 2 3 4 5 6 ... 4 5 6 7 8 1 2 3 4 5 6 7 8
? ++ +++++ + ^^^^ ++
|
macos-latest py3.9:
xarray/tests/test_dataarray.py#L1452
TestDataArray.test_coords
AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? --------
+ * y (y) int64 0 1 2
? ++++
|
macos-latest py3.9:
xarray/tests/test_dataset.py#L892
TestDataset.test_coords_properties
AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? ----
+ * y (y) int64 0 1 2
- a (x) int64 16B 4 5
? ----
+ a (x) int64 4 5
- b int64 8B -10
? ---
+ b int64 -10
|
macos-latest py3.9:
xarray/tests/test_dataset.py#L1083
TestDataset.test_data_vars_properties
AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0'
Data variables:
- foo (x) float64 8B 1.0
? ---
+ foo (x) float64 1.0
- bar float64 8B 2.0
? ---
+ bar float64 2.0
|
macos-latest py3.9:
xarray/tests/test_dataset.py#L310
TestDataset.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
- <xarray.Dataset> Size: 2kB
? ----------
+ <xarray.Dataset>
Dimensions: (dim2: 9, dim3: 10, time: 20, dim1: 8)
Coordinates:
- * dim2 (dim2) float64 72B 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
? ----
+ * dim2 (dim2) float64 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
- * dim3 (dim3) <U1 40B 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
? ----
+ * dim3 (dim3) <U1 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
- * time (time) datetime64[ns] 160B 2000-01-01 2000-01-02 ... 2000-01-20
? -----
+ * time (time) datetime64[ns] 2000-01-01 2000-01-02 ... 2000-01-20
- numbers (dim3) int64 80B 0 1 2 0 0 1 1 2 2 3
? - ^ -------- --
+ numbers (dim3) int64 0 1 2 0 0 1 1 2 2 3
? ^^^^ ++ ++
Dimensions without coordinates: dim1
Data variables:
- var1 (dim1, dim2) float64 576B -1.086 0.9973 0.283 ... 0.4684 -0.8312
? -----
+ var1 (dim1, dim2) float64 -1.086 0.9973 0.283 ... 0.1995 0.4684 -0.8312
? +++++++
- var2 (dim1, dim2) float64 576B 1.162 -1.097 -2.123 ... 1.267 0.3328
? -----
+ var2 (dim1, dim2) float64 1.162 -1.097 -2.123 ... 0.1302 1.267 0.3328
? +++++++
- var3 (dim3, dim1) float64 640B 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
? -----
+ var3 (dim3, dim1) float64 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
Attributes:
foo: bar
|
macos-latest py3.9:
xarray/tests/test_dataset.py#L359
TestDataset.test_repr_multiindex
AssertionError: assert '<xarray.Data...\n *empty*' == '<xarray.Data...\n *empty*'
- <xarray.Dataset> Size: 96B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 4)
Coordinates:
- * x (x) object 32B MultiIndex
? ----
+ * x (x) object MultiIndex
- * level_1 (x) object 32B 'a' 'a' 'b' 'b'
? ----
+ * level_1 (x) object 'a' 'a' 'b' 'b'
- * level_2 (x) int64 32B 1 2 1 2
? ^ - ----
+ * level_2 (x) int64 1 2 1 2
? ^^
Data variables:
*empty*
|
macos-latest py3.9:
xarray/tests/test_dataset.py#L408
TestDataset.test_unicode_data
AssertionError: assert '<xarray.Data... å: ∑' == '<xarray.Data... å: ∑'
- <xarray.Dataset> Size: 12B
? ----------
+ <xarray.Dataset>
Dimensions: (foø: 1)
Coordinates:
- * foø (foø) <U3 12B 'ba®'
? ----
+ * foø (foø) <U3 'ba®'
Data variables:
*empty*
Attributes:
å: ∑
|
macos-latest py3.9:
xarray/tests/test_dataset.py#L435
TestDataset.test_repr_nep18
AssertionError: assert '<xarray.Data... Custom Array' == '<xarray.Data... Custom Array'
- <xarray.Dataset> Size: 16B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 2)
Dimensions without coordinates: x
Data variables:
- foo (x) float64 16B Custom Array
? ----
+ foo (x) float64 Custom Array
|
windows-latest py3.9:
xarray\tests\test_dataset.py#L892
TestDataset.test_coords_properties
AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? ----
+ * y (y) int64 0 1 2
- a (x) int64 16B 4 5
? ----
+ a (x) int64 4 5
- b int64 8B -10
? ---
+ b int64 -10
|
windows-latest py3.9:
xarray\tests\test_dataset.py#L1083
TestDataset.test_data_vars_properties
AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0'
Data variables:
- foo (x) float64 8B 1.0
? ---
+ foo (x) float64 1.0
- bar float64 8B 2.0
? ---
+ bar float64 2.0
|
windows-latest py3.9:
xarray\tests\test_dask.py#L200
TestVariable.test_repr
AssertionError: assert '<xarray.Vari...umpy.ndarray>' == '<xarray.Vari...umpy.ndarray>'
- <xarray.Variable (x: 4, y: 6)> Size: 192B
? -----------
+ <xarray.Variable (x: 4, y: 6)>
dask.array<array, shape=(4, 6), dtype=float64, chunksize=(2, 2), chunktype=numpy.ndarray>
|
windows-latest py3.9:
xarray\tests\test_dask.py#L675
TestDataArrayAndDataset.test_dataarray_repr
AssertionError: assert '<xarray.Data...oordinates: x' == '<xarray.Data...oordinates: x'
- <xarray.DataArray 'data' (x: 1)> Size: 8B
? ---------
+ <xarray.DataArray 'data' (x: 1)>
dask.array<data, shape=(1,), dtype=int64, chunksize=(1,), chunktype=numpy.ndarray>
Coordinates:
- y (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ y (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
Dimensions without coordinates: x
|
windows-latest py3.9:
xarray\tests\test_dask.py#L692
TestDataArrayAndDataset.test_dataset_repr
AssertionError: assert '<xarray.Data...a=np.ndarray>' == '<xarray.Data...a=np.ndarray>'
- <xarray.Dataset> Size: 16B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 1)
Coordinates:
- y (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ y (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
Dimensions without coordinates: x
Data variables:
- a (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ a (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
|
windows-latest py3.9:
xarray\tests\test_dataarray.py#L106
TestDataArray.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
Skipping 38 identical leading characters in diff, use -v to show
- 2, x: 3)> Size: 24B
+ 2, x: 3)>
array([[1, 2, 3],
[4, 5, 6]])
Coordinates:
- * x (x) int64 24B 0 1 2
? ----
+ * x (x) int64 0 1 2
- other int64 8B 0
? ---
+ other int64 0
Dimensions without coordinates: time
Attributes:
foo: bar
|
windows-latest py3.9:
xarray\tests\test_dataarray.py#L118
TestDataArray.test_repr_multiindex
AssertionError: assert '<xarray.Data...int64 1 2 1 2' == '<xarray.Data...4 32B 1 2 1 2'
- <xarray.DataArray (x: 4)> Size: 16B
? ----------
+ <xarray.DataArray (x: 4)>
array([0, 1, 2, 3])
Coordinates:
- * x (x) object 32B MultiIndex
? ----
+ * x (x) object MultiIndex
- * level_1 (x) object 32B 'a' 'a' 'b' 'b'
? ----
+ * level_1 (x) object 'a' 'a' 'b' 'b'
- * level_2 (x) int64 32B 1 2 1 2
? ^ - ----
+ * level_2 (x) int64 1 2 1 2
? ^^
|
windows-latest py3.9:
xarray\tests\test_dataarray.py#L136
TestDataArray.test_repr_multiindex_long
AssertionError: assert '<xarray.Data...2 3 4 5 6 7 8' == '<xarray.Data...2 3 4 5 6 7 8'
- <xarray.DataArray (x: 32)> Size: 128B
? -----------
+ <xarray.DataArray (x: 32)>
array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31])
Coordinates:
- * x (x) object 256B MultiIndex
? -----
+ * x (x) object MultiIndex
- * level_1 (x) object 256B 'a' 'a' 'a' 'a' 'a' 'a' ... 'd' 'd' 'd' 'd' 'd' 'd'
? -----
+ * level_1 (x) object 'a' 'a' 'a' 'a' 'a' 'a' 'a' ... 'd' 'd' 'd' 'd' 'd' 'd'
? ++++
- * level_2 (x) int64 256B 1 2 3 4 5 6 7 8 1 2 3 4 ... 5 6 7 8 1 2 3 4 5 6 7 8
? ^ ------------
+ * level_2 (x) int64 1 2 3 4 5 6 7 8 1 2 3 4 5 6 ... 4 5 6 7 8 1 2 3 4 5 6 7 8
? ++ +++++ + ^^^^ ++
|
windows-latest py3.9:
xarray\tests\test_dataarray.py#L1452
TestDataArray.test_coords
AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? --------
+ * y (y) int64 0 1 2
? ++++
|
windows-latest py3.9:
xarray\tests\test_dataset.py#L310
TestDataset.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
- <xarray.Dataset> Size: 2kB
? ----------
+ <xarray.Dataset>
Dimensions: (dim2: 9, dim3: 10, time: 20, dim1: 8)
Coordinates:
- * dim2 (dim2) float64 72B 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
? ----
+ * dim2 (dim2) float64 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
- * dim3 (dim3) <U1 40B 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
? ----
+ * dim3 (dim3) <U1 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
- * time (time) datetime64[ns] 160B 2000-01-01 2000-01-02 ... 2000-01-20
? -----
+ * time (time) datetime64[ns] 2000-01-01 2000-01-02 ... 2000-01-20
- numbers (dim3) int64 80B 0 1 2 0 0 1 1 2 2 3
? - ^ -------- --
+ numbers (dim3) int64 0 1 2 0 0 1 1 2 2 3
? ^^^^ ++ ++
Dimensions without coordinates: dim1
Data variables:
- var1 (dim1, dim2) float64 576B -1.086 0.9973 0.283 ... 0.4684 -0.8312
? -----
+ var1 (dim1, dim2) float64 -1.086 0.9973 0.283 ... 0.1995 0.4684 -0.8312
? +++++++
- var2 (dim1, dim2) float64 576B 1.162 -1.097 -2.123 ... 1.267 0.3328
? -----
+ var2 (dim1, dim2) float64 1.162 -1.097 -2.123 ... 0.1302 1.267 0.3328
? +++++++
- var3 (dim3, dim1) float64 640B 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
? -----
+ var3 (dim3, dim1) float64 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
Attributes:
foo: bar
|
windows-latest py3.11:
xarray\tests\test_dataset.py#L892
TestDataset.test_coords_properties
AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? ----
+ * y (y) int64 0 1 2
- a (x) int64 16B 4 5
? ----
+ a (x) int64 4 5
- b int64 8B -10
? ---
+ b int64 -10
|
windows-latest py3.11:
xarray\tests\test_dataset.py#L1083
TestDataset.test_data_vars_properties
AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0'
Data variables:
- foo (x) float64 8B 1.0
? ---
+ foo (x) float64 1.0
- bar float64 8B 2.0
? ---
+ bar float64 2.0
|
windows-latest py3.11:
xarray\tests\test_dask.py#L200
TestVariable.test_repr
AssertionError: assert '<xarray.Vari...umpy.ndarray>' == '<xarray.Vari...umpy.ndarray>'
- <xarray.Variable (x: 4, y: 6)> Size: 192B
? -----------
+ <xarray.Variable (x: 4, y: 6)>
dask.array<array, shape=(4, 6), dtype=float64, chunksize=(2, 2), chunktype=numpy.ndarray>
|
windows-latest py3.11:
xarray\tests\test_dataarray.py#L106
TestDataArray.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
Skipping 38 identical leading characters in diff, use -v to show
- 2, x: 3)> Size: 24B
+ 2, x: 3)>
array([[1, 2, 3],
[4, 5, 6]])
Coordinates:
- * x (x) int64 24B 0 1 2
? ----
+ * x (x) int64 0 1 2
- other int64 8B 0
? ---
+ other int64 0
Dimensions without coordinates: time
Attributes:
foo: bar
|
windows-latest py3.11:
xarray\tests\test_dataarray.py#L118
TestDataArray.test_repr_multiindex
AssertionError: assert '<xarray.Data...int64 1 2 1 2' == '<xarray.Data...4 32B 1 2 1 2'
- <xarray.DataArray (x: 4)> Size: 16B
? ----------
+ <xarray.DataArray (x: 4)>
array([0, 1, 2, 3])
Coordinates:
- * x (x) object 32B MultiIndex
? ----
+ * x (x) object MultiIndex
- * level_1 (x) object 32B 'a' 'a' 'b' 'b'
? ----
+ * level_1 (x) object 'a' 'a' 'b' 'b'
- * level_2 (x) int64 32B 1 2 1 2
? ^ - ----
+ * level_2 (x) int64 1 2 1 2
? ^^
|
windows-latest py3.11:
xarray\tests\test_dataarray.py#L136
TestDataArray.test_repr_multiindex_long
AssertionError: assert '<xarray.Data...2 3 4 5 6 7 8' == '<xarray.Data...2 3 4 5 6 7 8'
- <xarray.DataArray (x: 32)> Size: 128B
? -----------
+ <xarray.DataArray (x: 32)>
array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31])
Coordinates:
- * x (x) object 256B MultiIndex
? -----
+ * x (x) object MultiIndex
- * level_1 (x) object 256B 'a' 'a' 'a' 'a' 'a' 'a' ... 'd' 'd' 'd' 'd' 'd' 'd'
? -----
+ * level_1 (x) object 'a' 'a' 'a' 'a' 'a' 'a' 'a' ... 'd' 'd' 'd' 'd' 'd' 'd'
? ++++
- * level_2 (x) int64 256B 1 2 3 4 5 6 7 8 1 2 3 4 ... 5 6 7 8 1 2 3 4 5 6 7 8
? ^ ------------
+ * level_2 (x) int64 1 2 3 4 5 6 7 8 1 2 3 4 5 6 ... 4 5 6 7 8 1 2 3 4 5 6 7 8
? ++ +++++ + ^^^^ ++
|
windows-latest py3.11:
xarray\tests\test_dask.py#L675
TestDataArrayAndDataset.test_dataarray_repr
AssertionError: assert '<xarray.Data...oordinates: x' == '<xarray.Data...oordinates: x'
- <xarray.DataArray 'data' (x: 1)> Size: 8B
? ---------
+ <xarray.DataArray 'data' (x: 1)>
dask.array<data, shape=(1,), dtype=int64, chunksize=(1,), chunktype=numpy.ndarray>
Coordinates:
- y (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ y (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
Dimensions without coordinates: x
|
windows-latest py3.11:
xarray\tests\test_dask.py#L692
TestDataArrayAndDataset.test_dataset_repr
AssertionError: assert '<xarray.Data...a=np.ndarray>' == '<xarray.Data...a=np.ndarray>'
- <xarray.Dataset> Size: 16B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 1)
Coordinates:
- y (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ y (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
Dimensions without coordinates: x
Data variables:
- a (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ a (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
|
windows-latest py3.11:
xarray\tests\test_dataarray.py#L1452
TestDataArray.test_coords
AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? --------
+ * y (y) int64 0 1 2
? ++++
|
windows-latest py3.11:
xarray\tests\test_dataset.py#L310
TestDataset.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
- <xarray.Dataset> Size: 2kB
? ----------
+ <xarray.Dataset>
Dimensions: (dim2: 9, dim3: 10, time: 20, dim1: 8)
Coordinates:
- * dim2 (dim2) float64 72B 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
? ----
+ * dim2 (dim2) float64 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
- * dim3 (dim3) <U1 40B 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
? ----
+ * dim3 (dim3) <U1 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
- * time (time) datetime64[ns] 160B 2000-01-01 2000-01-02 ... 2000-01-20
? -----
+ * time (time) datetime64[ns] 2000-01-01 2000-01-02 ... 2000-01-20
- numbers (dim3) int64 80B 0 1 2 0 0 1 1 2 2 3
? - ^ -------- --
+ numbers (dim3) int64 0 1 2 0 0 1 1 2 2 3
? ^^^^ ++ ++
Dimensions without coordinates: dim1
Data variables:
- var1 (dim1, dim2) float64 576B -1.086 0.9973 0.283 ... 0.4684 -0.8312
? -----
+ var1 (dim1, dim2) float64 -1.086 0.9973 0.283 ... 0.1995 0.4684 -0.8312
? +++++++
- var2 (dim1, dim2) float64 576B 1.162 -1.097 -2.123 ... 1.267 0.3328
? -----
+ var2 (dim1, dim2) float64 1.162 -1.097 -2.123 ... 0.1302 1.267 0.3328
? +++++++
- var3 (dim3, dim1) float64 640B 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
? -----
+ var3 (dim3, dim1) float64 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
Attributes:
foo: bar
|
windows-latest py3.12:
xarray\tests\test_dask.py#L200
TestVariable.test_repr
AssertionError: assert '<xarray.Vari...umpy.ndarray>' == '<xarray.Vari...umpy.ndarray>'
- <xarray.Variable (x: 4, y: 6)> Size: 192B
? -----------
+ <xarray.Variable (x: 4, y: 6)>
dask.array<array, shape=(4, 6), dtype=float64, chunksize=(2, 2), chunktype=numpy.ndarray>
|
windows-latest py3.12:
xarray\tests\test_dask.py#L675
TestDataArrayAndDataset.test_dataarray_repr
AssertionError: assert '<xarray.Data...oordinates: x' == '<xarray.Data...oordinates: x'
- <xarray.DataArray 'data' (x: 1)> Size: 8B
? ---------
+ <xarray.DataArray 'data' (x: 1)>
dask.array<data, shape=(1,), dtype=int64, chunksize=(1,), chunktype=numpy.ndarray>
Coordinates:
- y (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ y (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
Dimensions without coordinates: x
|
windows-latest py3.12:
xarray\tests\test_dask.py#L692
TestDataArrayAndDataset.test_dataset_repr
AssertionError: assert '<xarray.Data...a=np.ndarray>' == '<xarray.Data...a=np.ndarray>'
- <xarray.Dataset> Size: 16B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 1)
Coordinates:
- y (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ y (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
Dimensions without coordinates: x
Data variables:
- a (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ a (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
|
windows-latest py3.12:
xarray\tests\test_dataset.py#L310
TestDataset.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
- <xarray.Dataset> Size: 2kB
? ----------
+ <xarray.Dataset>
Dimensions: (dim2: 9, dim3: 10, time: 20, dim1: 8)
Coordinates:
- * dim2 (dim2) float64 72B 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
? ----
+ * dim2 (dim2) float64 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
- * dim3 (dim3) <U1 40B 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
? ----
+ * dim3 (dim3) <U1 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
- * time (time) datetime64[ns] 160B 2000-01-01 2000-01-02 ... 2000-01-20
? -----
+ * time (time) datetime64[ns] 2000-01-01 2000-01-02 ... 2000-01-20
- numbers (dim3) int64 80B 0 1 2 0 0 1 1 2 2 3
? - ^ -------- --
+ numbers (dim3) int64 0 1 2 0 0 1 1 2 2 3
? ^^^^ ++ ++
Dimensions without coordinates: dim1
Data variables:
- var1 (dim1, dim2) float64 576B -1.086 0.9973 0.283 ... 0.4684 -0.8312
? -----
+ var1 (dim1, dim2) float64 -1.086 0.9973 0.283 ... 0.1995 0.4684 -0.8312
? +++++++
- var2 (dim1, dim2) float64 576B 1.162 -1.097 -2.123 ... 1.267 0.3328
? -----
+ var2 (dim1, dim2) float64 1.162 -1.097 -2.123 ... 0.1302 1.267 0.3328
? +++++++
- var3 (dim3, dim1) float64 640B 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
? -----
+ var3 (dim3, dim1) float64 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
Attributes:
foo: bar
|
windows-latest py3.12:
xarray\tests\test_dataset.py#L359
TestDataset.test_repr_multiindex
AssertionError: assert '<xarray.Data...\n *empty*' == '<xarray.Data...\n *empty*'
- <xarray.Dataset> Size: 96B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 4)
Coordinates:
- * x (x) object 32B MultiIndex
? ----
+ * x (x) object MultiIndex
- * level_1 (x) object 32B 'a' 'a' 'b' 'b'
? ----
+ * level_1 (x) object 'a' 'a' 'b' 'b'
- * level_2 (x) int64 32B 1 2 1 2
? ^ - ----
+ * level_2 (x) int64 1 2 1 2
? ^^
Data variables:
*empty*
|
windows-latest py3.12:
xarray\tests\test_dataset.py#L408
TestDataset.test_unicode_data
AssertionError: assert '<xarray.Data... å: ∑' == '<xarray.Data... å: ∑'
- <xarray.Dataset> Size: 12B
? ----------
+ <xarray.Dataset>
Dimensions: (foø: 1)
Coordinates:
- * foø (foø) <U3 12B 'ba®'
? ----
+ * foø (foø) <U3 'ba®'
Data variables:
*empty*
Attributes:
å: ∑
|
windows-latest py3.12:
xarray\tests\test_dataset.py#L435
TestDataset.test_repr_nep18
AssertionError: assert '<xarray.Data... Custom Array' == '<xarray.Data... Custom Array'
- <xarray.Dataset> Size: 16B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 2)
Dimensions without coordinates: x
Data variables:
- foo (x) float64 16B Custom Array
? ----
+ foo (x) float64 Custom Array
|
windows-latest py3.12:
xarray\tests\test_dataset.py#L892
TestDataset.test_coords_properties
AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? ----
+ * y (y) int64 0 1 2
- a (x) int64 16B 4 5
? ----
+ a (x) int64 4 5
- b int64 8B -10
? ---
+ b int64 -10
|
windows-latest py3.12:
xarray\tests\test_dataset.py#L1083
TestDataset.test_data_vars_properties
AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0'
Data variables:
- foo (x) float64 8B 1.0
? ---
+ foo (x) float64 1.0
- bar float64 8B 2.0
? ---
+ bar float64 2.0
|
windows-latest py3.12:
xarray\tests\test_dataarray.py#L106
TestDataArray.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
Skipping 38 identical leading characters in diff, use -v to show
- 2, x: 3)> Size: 24B
+ 2, x: 3)>
array([[1, 2, 3],
[4, 5, 6]])
Coordinates:
- * x (x) int64 24B 0 1 2
? ----
+ * x (x) int64 0 1 2
- other int64 8B 0
? ---
+ other int64 0
Dimensions without coordinates: time
Attributes:
foo: bar
|
macos-latest py3.11:
xarray/tests/test_dataarray.py#L106
TestDataArray.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
Skipping 38 identical leading characters in diff, use -v to show
- 2, x: 3)> Size: 48B
+ 2, x: 3)>
array([[1, 2, 3],
[4, 5, 6]])
Coordinates:
- * x (x) int64 24B 0 1 2
? ----
+ * x (x) int64 0 1 2
- other int64 8B 0
? ---
+ other int64 0
Dimensions without coordinates: time
Attributes:
foo: bar
|
macos-latest py3.11:
xarray/tests/test_dataarray.py#L118
TestDataArray.test_repr_multiindex
AssertionError: assert '<xarray.Data...int64 1 2 1 2' == '<xarray.Data...4 32B 1 2 1 2'
- <xarray.DataArray (x: 4)> Size: 32B
? ----------
+ <xarray.DataArray (x: 4)>
array([0, 1, 2, 3])
Coordinates:
- * x (x) object 32B MultiIndex
? ----
+ * x (x) object MultiIndex
- * level_1 (x) object 32B 'a' 'a' 'b' 'b'
? ----
+ * level_1 (x) object 'a' 'a' 'b' 'b'
- * level_2 (x) int64 32B 1 2 1 2
? ^ - ----
+ * level_2 (x) int64 1 2 1 2
? ^^
|
macos-latest py3.11:
xarray/tests/test_dataarray.py#L136
TestDataArray.test_repr_multiindex_long
AssertionError: assert '<xarray.Data...2 3 4 5 6 7 8' == '<xarray.Data...2 3 4 5 6 7 8'
- <xarray.DataArray (x: 32)> Size: 256B
? -----------
+ <xarray.DataArray (x: 32)>
array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31])
Coordinates:
- * x (x) object 256B MultiIndex
? -----
+ * x (x) object MultiIndex
- * level_1 (x) object 256B 'a' 'a' 'a' 'a' 'a' 'a' ... 'd' 'd' 'd' 'd' 'd' 'd'
? -----
+ * level_1 (x) object 'a' 'a' 'a' 'a' 'a' 'a' 'a' ... 'd' 'd' 'd' 'd' 'd' 'd'
? ++++
- * level_2 (x) int64 256B 1 2 3 4 5 6 7 8 1 2 3 4 ... 5 6 7 8 1 2 3 4 5 6 7 8
? ^ ------------
+ * level_2 (x) int64 1 2 3 4 5 6 7 8 1 2 3 4 5 6 ... 4 5 6 7 8 1 2 3 4 5 6 7 8
? ++ +++++ + ^^^^ ++
|
macos-latest py3.11:
xarray/tests/test_dataarray.py#L1452
TestDataArray.test_coords
AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? --------
+ * y (y) int64 0 1 2
? ++++
|
macos-latest py3.11:
xarray/tests/test_dataset.py#L892
TestDataset.test_coords_properties
AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? ----
+ * y (y) int64 0 1 2
- a (x) int64 16B 4 5
? ----
+ a (x) int64 4 5
- b int64 8B -10
? ---
+ b int64 -10
|
macos-latest py3.11:
xarray/tests/test_dataset.py#L1083
TestDataset.test_data_vars_properties
AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0'
Data variables:
- foo (x) float64 8B 1.0
? ---
+ foo (x) float64 1.0
- bar float64 8B 2.0
? ---
+ bar float64 2.0
|
macos-latest py3.11:
xarray/tests/test_dataset.py#L310
TestDataset.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
- <xarray.Dataset> Size: 2kB
? ----------
+ <xarray.Dataset>
Dimensions: (dim2: 9, dim3: 10, time: 20, dim1: 8)
Coordinates:
- * dim2 (dim2) float64 72B 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
? ----
+ * dim2 (dim2) float64 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
- * dim3 (dim3) <U1 40B 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
? ----
+ * dim3 (dim3) <U1 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
- * time (time) datetime64[ns] 160B 2000-01-01 2000-01-02 ... 2000-01-20
? -----
+ * time (time) datetime64[ns] 2000-01-01 2000-01-02 ... 2000-01-20
- numbers (dim3) int64 80B 0 1 2 0 0 1 1 2 2 3
? - ^ -------- --
+ numbers (dim3) int64 0 1 2 0 0 1 1 2 2 3
? ^^^^ ++ ++
Dimensions without coordinates: dim1
Data variables:
- var1 (dim1, dim2) float64 576B -1.086 0.9973 0.283 ... 0.4684 -0.8312
? -----
+ var1 (dim1, dim2) float64 -1.086 0.9973 0.283 ... 0.1995 0.4684 -0.8312
? +++++++
- var2 (dim1, dim2) float64 576B 1.162 -1.097 -2.123 ... 1.267 0.3328
? -----
+ var2 (dim1, dim2) float64 1.162 -1.097 -2.123 ... 0.1302 1.267 0.3328
? +++++++
- var3 (dim3, dim1) float64 640B 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
? -----
+ var3 (dim3, dim1) float64 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
Attributes:
foo: bar
|
macos-latest py3.11:
xarray/tests/test_dataset.py#L359
TestDataset.test_repr_multiindex
AssertionError: assert '<xarray.Data...\n *empty*' == '<xarray.Data...\n *empty*'
- <xarray.Dataset> Size: 96B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 4)
Coordinates:
- * x (x) object 32B MultiIndex
? ----
+ * x (x) object MultiIndex
- * level_1 (x) object 32B 'a' 'a' 'b' 'b'
? ----
+ * level_1 (x) object 'a' 'a' 'b' 'b'
- * level_2 (x) int64 32B 1 2 1 2
? ^ - ----
+ * level_2 (x) int64 1 2 1 2
? ^^
Data variables:
*empty*
|
macos-latest py3.11:
xarray/tests/test_dataset.py#L408
TestDataset.test_unicode_data
AssertionError: assert '<xarray.Data... å: ∑' == '<xarray.Data... å: ∑'
- <xarray.Dataset> Size: 12B
? ----------
+ <xarray.Dataset>
Dimensions: (foø: 1)
Coordinates:
- * foø (foø) <U3 12B 'ba®'
? ----
+ * foø (foø) <U3 'ba®'
Data variables:
*empty*
Attributes:
å: ∑
|
macos-latest py3.11:
xarray/tests/test_dataset.py#L435
TestDataset.test_repr_nep18
AssertionError: assert '<xarray.Data... Custom Array' == '<xarray.Data... Custom Array'
- <xarray.Dataset> Size: 16B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 2)
Dimensions without coordinates: x
Data variables:
- foo (x) float64 16B Custom Array
? ----
+ foo (x) float64 Custom Array
|
macos-latest py3.12
Canceling since a higher priority waiting request for 'CI-refs/pull/8702/merge' exists
|
macos-latest py3.12:
xarray/tests/test_dask.py#L200
TestVariable.test_repr
AssertionError: assert '<xarray.Vari...umpy.ndarray>' == '<xarray.Vari...umpy.ndarray>'
- <xarray.Variable (x: 4, y: 6)> Size: 192B
? -----------
+ <xarray.Variable (x: 4, y: 6)>
dask.array<array, shape=(4, 6), dtype=float64, chunksize=(2, 2), chunktype=numpy.ndarray>
|
macos-latest py3.12:
xarray/tests/test_dask.py#L675
TestDataArrayAndDataset.test_dataarray_repr
AssertionError: assert '<xarray.Data...oordinates: x' == '<xarray.Data...oordinates: x'
- <xarray.DataArray 'data' (x: 1)> Size: 8B
? ---------
+ <xarray.DataArray 'data' (x: 1)>
dask.array<data, shape=(1,), dtype=int64, chunksize=(1,), chunktype=numpy.ndarray>
Coordinates:
- y (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ y (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
Dimensions without coordinates: x
|
macos-latest py3.12:
xarray/tests/test_dask.py#L692
TestDataArrayAndDataset.test_dataset_repr
AssertionError: assert '<xarray.Data...a=np.ndarray>' == '<xarray.Data...a=np.ndarray>'
- <xarray.Dataset> Size: 16B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 1)
Coordinates:
- y (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ y (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
Dimensions without coordinates: x
Data variables:
- a (x) int64 8B dask.array<chunksize=(1,), meta=np.ndarray>
? ---
+ a (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
|
macos-latest py3.12:
xarray/tests/test_dataset.py#L310
TestDataset.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
- <xarray.Dataset> Size: 2kB
? ----------
+ <xarray.Dataset>
Dimensions: (dim2: 9, dim3: 10, time: 20, dim1: 8)
Coordinates:
- * dim2 (dim2) float64 72B 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
? ----
+ * dim2 (dim2) float64 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
- * dim3 (dim3) <U1 40B 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
? ----
+ * dim3 (dim3) <U1 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j'
- * time (time) datetime64[ns] 160B 2000-01-01 2000-01-02 ... 2000-01-20
? -----
+ * time (time) datetime64[ns] 2000-01-01 2000-01-02 ... 2000-01-20
- numbers (dim3) int64 80B 0 1 2 0 0 1 1 2 2 3
? - ^ -------- --
+ numbers (dim3) int64 0 1 2 0 0 1 1 2 2 3
? ^^^^ ++ ++
Dimensions without coordinates: dim1
Data variables:
- var1 (dim1, dim2) float64 576B -1.086 0.9973 0.283 ... 0.4684 -0.8312
? -----
+ var1 (dim1, dim2) float64 -1.086 0.9973 0.283 ... 0.1995 0.4684 -0.8312
? +++++++
- var2 (dim1, dim2) float64 576B 1.162 -1.097 -2.123 ... 1.267 0.3328
? -----
+ var2 (dim1, dim2) float64 1.162 -1.097 -2.123 ... 0.1302 1.267 0.3328
? +++++++
- var3 (dim3, dim1) float64 640B 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
? -----
+ var3 (dim3, dim1) float64 0.5565 -0.2121 0.4563 ... -0.2452 -0.3616
Attributes:
foo: bar
|
macos-latest py3.12:
xarray/tests/test_dataset.py#L359
TestDataset.test_repr_multiindex
AssertionError: assert '<xarray.Data...\n *empty*' == '<xarray.Data...\n *empty*'
- <xarray.Dataset> Size: 96B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 4)
Coordinates:
- * x (x) object 32B MultiIndex
? ----
+ * x (x) object MultiIndex
- * level_1 (x) object 32B 'a' 'a' 'b' 'b'
? ----
+ * level_1 (x) object 'a' 'a' 'b' 'b'
- * level_2 (x) int64 32B 1 2 1 2
? ^ - ----
+ * level_2 (x) int64 1 2 1 2
? ^^
Data variables:
*empty*
|
macos-latest py3.12:
xarray/tests/test_dataset.py#L408
TestDataset.test_unicode_data
AssertionError: assert '<xarray.Data... å: ∑' == '<xarray.Data... å: ∑'
- <xarray.Dataset> Size: 12B
? ----------
+ <xarray.Dataset>
Dimensions: (foø: 1)
Coordinates:
- * foø (foø) <U3 12B 'ba®'
? ----
+ * foø (foø) <U3 'ba®'
Data variables:
*empty*
Attributes:
å: ∑
|
macos-latest py3.12:
xarray/tests/test_dataset.py#L435
TestDataset.test_repr_nep18
AssertionError: assert '<xarray.Data... Custom Array' == '<xarray.Data... Custom Array'
- <xarray.Dataset> Size: 16B
? ----------
+ <xarray.Dataset>
Dimensions: (x: 2)
Dimensions without coordinates: x
Data variables:
- foo (x) float64 16B Custom Array
? ----
+ foo (x) float64 Custom Array
|
macos-latest py3.12:
xarray/tests/test_dataset.py#L892
TestDataset.test_coords_properties
AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10'
Coordinates:
- * x (x) int64 16B -1 -2
? ----
+ * x (x) int64 -1 -2
- * y (y) int64 24B 0 1 2
? ----
+ * y (y) int64 0 1 2
- a (x) int64 16B 4 5
? ----
+ a (x) int64 4 5
- b int64 8B -10
? ---
+ b int64 -10
|
macos-latest py3.12:
xarray/tests/test_dataset.py#L1083
TestDataset.test_data_vars_properties
AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0'
Data variables:
- foo (x) float64 8B 1.0
? ---
+ foo (x) float64 1.0
- bar float64 8B 2.0
? ---
+ bar float64 2.0
|
macos-latest py3.12:
xarray/tests/test_dataarray.py#L106
TestDataArray.test_repr
AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar'
Skipping 38 identical leading characters in diff, use -v to show
- 2, x: 3)> Size: 48B
+ 2, x: 3)>
array([[1, 2, 3],
[4, 5, 6]])
Coordinates:
- * x (x) int64 24B 0 1 2
? ----
+ * x (x) int64 0 1 2
- other int64 8B 0
? ---
+ other int64 0
Dimensions without coordinates: time
Attributes:
foo: bar
|
macos-latest py3.12
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Event File
Expired
|
3.75 KB |
|
Test results for Linux-3.10 all-but-dask
Expired
|
166 KB |
|
Test results for Linux-3.10 flaky
Expired
|
169 KB |
|
Test results for Linux-3.11
Expired
|
167 KB |
|
Test results for Linux-3.12
Expired
|
145 KB |
|
Test results for Linux-3.9
Expired
|
167 KB |
|
Test results for Linux-3.9 bare-minimum
Expired
|
124 KB |
|
Test results for Linux-3.9 min-all-deps
Expired
|
169 KB |
|
Test results for Windows-3.11
Expired
|
172 KB |
|
Test results for Windows-3.12
Expired
|
153 KB |
|
Test results for Windows-3.9
Expired
|
170 KB |
|
Test results for macOS-3.11
Expired
|
181 KB |
|
Test results for macOS-3.9
Expired
|
176 KB |
|