Add support for Array API in NamedArray #13907
Annotations
10 errors
xarray\tests\test_accessor_dt.py#L107
TestDatetimeAccessor.test_total_seconds
FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
|
xarray\tests\test_accessor_dt.py#L140
TestDatetimeAccessor.test_strftime
FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
|
xarray\tests\test_backends.py#L800
TestZarrKVStoreV3.test_isel_dataarray
FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
|
xarray\tests\test_backends.py#L800
TestH5NetCDFData.test_isel_dataarray
FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
|
xarray\tests\test_backends.py#L1346
TestZarrKVStoreV3.test_append_overwrite_values
FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
|
xarray\tests\test_backends.py#L1346
TestH5NetCDFData.test_append_overwrite_values
FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
|
xarray\tests\test_array_api.py#L32
test_arithmetic
FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
|
xarray\tests\test_backends.py#L1355
TestH5NetCDFData.test_append_with_invalid_dim_raises
FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
|
xarray\tests\test_array_api.py#L81
test_broadcast_during_arithmetic
FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
|
xarray\tests\test_assertions.py#L187
test_ensure_warnings_not_elevated[assert_duckarray_equal]
AttributeError: module 'numpy' has no attribute 'bool'.
`np.bool` was a deprecated alias for the builtin `bool`. To avoid this error in existing code, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations. Did you mean: 'bool_'?
|
The logs for this run have expired and are no longer available.
Loading