MCPcopy Index your code
hub / github.com/pydata/xarray / MissingDimensionsError

Class MissingDimensionsError

xarray/core/variable.py:91–95  ·  view source on GitHub ↗

Error class used when we can't safely guess a dimension name.

Source from the content-addressed store, hash-verified

89
90
91class MissingDimensionsError(ValueError):
92 """Error class used when we can't safely guess a dimension name."""
93
94 # inherits from ValueError for backward compatibility
95 # TODO: move this to an xarray.exceptions module?
96
97
98def as_variable(

Callers 1

as_variableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…