Skip to content

return type of Dataset.dims will be changed #9

Description

@mathause

A deprecation notice from xarray:

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.

This is e.g. used here

return self.ds.dims[self._get_name_time()]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions