Add support for Array API in NamedArray #13913
Annotations
10 errors
xarray/tests/test_array_api.py#L33
test_arithmetic
TypeError: Only numeric dtypes are allowed in add
|
xarray/tests/test_array_api.py#L81
test_broadcast_during_arithmetic
ValueError: operands could not be broadcast together with shapes (2,3) (2,)
|
xarray/tests/test_backends.py#L4725
TestDask.test_open_and_do_math
ValueError: dimensions () must have the same length as the number of data dimensions, ndim=1
|
xarray/tests/test_backends.py#L5524
test_open_fsspec
numpy._core._exceptions._UFuncBinaryResolutionError: ufunc 'add' cannot use operands with types dtype('<M8[ns]') and dtype('O')
|
xarray/tests/test_backends.py#L5827
TestZarrRegionAuto.test_zarr_region_auto_all
ValueError: dimensions () must have the same length as the number of data dimensions, ndim=2
|
xarray/tests/test_backends.py#L5851
TestZarrRegionAuto.test_zarr_region_auto_mixed
ValueError: dimensions () must have the same length as the number of data dimensions, ndim=2
|
xarray/tests/test_backends.py#L5877
TestZarrRegionAuto.test_zarr_region_auto_noncontiguous
ValueError: dimensions () must have the same length as the number of data dimensions, ndim=2
|
xarray/tests/test_backends.py#L5909
TestZarrRegionAuto.test_zarr_region_auto_new_coord_vals
ValueError: dimensions () must have the same length as the number of data dimensions, ndim=2
|
xarray/tests/test_backends.py#L5930
TestZarrRegionAuto.test_zarr_region_index_write
ValueError: dimensions () must have the same length as the number of data dimensions, ndim=2
|
xarray/tests/test_dataarray.py#L860
TestDataArray.test_setitem_vectorized
ValueError: operands could not be broadcast together with shapes (2,2,2,5) (2,)
|
The logs for this run have expired and are no longer available.
Loading