Duckarray tests for constructors and properties #10893
Annotations
4 errors
xarray/tests/test_units.py#L4744
TestDataset.test_stacking_stacked[float64-data-method_reorder_levels]
ValueError: conflicting MultiIndex level / variable name(s):
x
y
|
xarray/tests/test_units.py#L4744
TestDataset.test_stacking_stacked[int64-data-method_reorder_levels]
ValueError: conflicting MultiIndex level / variable name(s):
x
y
|
xarray/testing/duckarrays.py#L110
TestReductions.test_reduce_variable[sum-is_real_floating]
AssertionError: Left and right Variable objects are not identical
Differing values:
L
Array([16777221.], dtype=float64)
R
array([16777220.], dtype=float32)
Falsifying example: test_reduce_variable(
self=<xarray.tests.duckarrays.test_array_api.TestReductions object at 0x1564f4220>,
method='sum',
dtype_assumption=is_real_floating,
data=data(...),
)
Draw 1: <xarray.Variable (0: 3, 1: 1)>
Array([[5592407.],
[5592407.],
[5592407.]], dtype=float32)
Draw 2: ['0']
actual:
<xarray.Variable (1: 1)>
Array([16777221.], dtype=float64)
expected:
<xarray.Variable (1: 1)>
array([16777220.], dtype=float32)
You can reproduce this example by temporarily adding @reproduce_failure('6.92.2', b'AXicY2ZgZGRgABFAiokBBkJDw0GiDAwACTEBDQ==') as a decorator on your test case
|
|
The logs for this run have expired and are no longer available.
Loading