Cache Dataset.xindexes #16404
Annotations
10 errors and 11 warnings
Run tests:
xarray/tests/test_backends_datatree.py#L169
TestNetCDF4DatatreeIO.test_to_netcdf_inherited_coords
AttributeError: 'DatasetView' object has no attribute 'xindexes'. Did you mean: '_indexes'?
|
Run tests:
xarray/tests/test_backends_datatree.py#L200
TestNetCDF4DatatreeIO.test_write_subgroup
AttributeError: 'DatasetView' object has no attribute 'xindexes'. Did you mean: '_indexes'?
|
Run tests:
xarray/tests/test_backends_datatree.py#L234
TestNetCDF4DatatreeIO.test_open_datatree
AttributeError: 'DatasetView' object has no attribute 'xindexes'. Did you mean: '_indexes'?
|
Run tests:
xarray/tests/test_backends_datatree.py#L292
TestNetCDF4DatatreeIO.test_open_groups_chunks
AttributeError: 'DatasetView' object has no attribute 'xindexes'. Did you mean: '_indexes'?
|
Run tests:
xarray/tests/test_backends_datatree.py#L352
TestNetCDF4DatatreeIO.test_open_groups_to_dict
AttributeError: 'DatasetView' object has no attribute 'xindexes'. Did you mean: '_indexes'?
|
Run tests:
xarray/tests/test_backends_datatree.py#L169
TestH5NetCDFDatatreeIO.test_to_netcdf_inherited_coords
AttributeError: 'DatasetView' object has no attribute 'xindexes'. Did you mean: '_indexes'?
|
Run tests:
xarray/tests/test_backends_datatree.py#L200
TestH5NetCDFDatatreeIO.test_write_subgroup
AttributeError: 'DatasetView' object has no attribute 'xindexes'. Did you mean: '_indexes'?
|
Run tests:
xarray/tests/test_backends_datatree.py#L390
TestH5NetCDFDatatreeIO.test_phony_dims_warning
AttributeError: 'DatasetView' object has no attribute 'xindexes'. Did you mean: '_indexes'?
|
Run tests:
xarray/tests/test_backends_datatree.py#L486
TestZarrDatatreeIO.test_to_zarr_inherited_coords
AttributeError: 'DatasetView' object has no attribute 'xindexes'. Did you mean: '_indexes'?
|
Run tests:
xarray/tests/test_backends_datatree.py#L523
TestZarrDatatreeIO.test_open_datatree
AttributeError: 'DatasetView' object has no attribute 'xindexes'. Did you mean: '_indexes'?
|
Run tests:
xarray/core/duck_array_ops.py#L232
invalid value encountered in cast
|
Run tests:
home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/array_api_strict/_data_type_functions.py#L45
invalid value encountered in cast::warning file=/home/runner/work/xarray/xarray/xarray/core/duck_array_ops.py,line=232::invalid value encountered in cast
|
Run tests:
home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/array_api_strict/_data_type_functions.py#L45
invalid value encountered in cast
|
Run tests:
home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/zarr/_storage/store.py#L39
The experimental Zarr V3 implementation in this version of Zarr-Python is not in alignment with the final V3 specification. This version will be removed in Zarr-Python 3 in favor of a spec compliant version.
|
Run tests:
home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/zarr/_storage/store.py#L39
The experimental Zarr V3 implementation in this version of Zarr-Python is not in alignment with the final V3 specification. This version will be removed in Zarr-Python 3 in favor of a spec compliant version.
|
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:
xarray/tests/test_backends.py#L4188
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:
xarray/tests/test_backends.py#L4188
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`.::warning file=/home/runner/work/xarray/xarray/xarray/tests/test_backends.py,line=4188::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:
xarray/tests/test_backends.py#L4188
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`.
|
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.
|
Loading