deprecate cftime_range() in favor of date_range(use_cftime=True) #16411
Annotations
2 errors and 11 warnings
Run tests:
xarray\tests\test_backends.py#L6321
TestZarrRegionAuto.test_zarr_region_chunk_partial_offset[2]
OSError: [WinError 145] The directory is not empty: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpqyj92bgq\\temp-8.zarr\\foo'
|
Run tests
Process completed with exit code 1.
|
Restore cached hypothesis directory
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Run tests:
xarray/core/duck_array_ops.py#L232
invalid value encountered in cast
|
Run tests:
C:\Users\runneradmin\micromamba\envs\xarray-tests\Lib\site-packages\array_api_strict\_data_type_functions.py#L45
invalid value encountered in cast
|
Run tests:
xarray/core/duck_array_ops.py#L232
invalid value encountered in cast
|
Run tests:
C:\Users\runneradmin\micromamba\envs\xarray-tests\Lib\site-packages\array_api_strict\_data_type_functions.py#L45
invalid value encountered in cast
|
Run tests:
xarray/namedarray/core.py#L264
Duplicate dimension names present: dimensions {'x'} appear more than once in dims=('x', 'x'). We do not yet support duplicate dimension names, but we do allow initial construction of the object. We recommend you rename the dims immediately to become distinct, as most xarray functionality is likely to fail silently if you do not. To rename the dimensions you will need to set the ``.dims`` attribute of each variable, ``e.g. var.dims=('x0', 'x1')``.
|
Run tests:
xarray/namedarray/core.py#L264
Duplicate dimension names present: dimensions {'x'} appear more than once in dims=('x', 'x'). We do not yet support duplicate dimension names, but we do allow initial construction of the object. We recommend you rename the dims immediately to become distinct, as most xarray functionality is likely to fail silently if you do not. To rename the dimensions you will need to set the ``.dims`` attribute of each variable, ``e.g. var.dims=('x0', 'x1')``.
|
Run tests:
<frozen _collections_abc>#L838
The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
|
Run tests:
<frozen _collections_abc>#L899
The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
|
Run tests:
<frozen _collections_abc>#L838
The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
|
Run tests:
<frozen _collections_abc>#L899
The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
|
Loading