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

Class CoordinateValidationError

xarray/core/coordinates.py:1302–1303  ·  view source on GitHub ↗

Error class for Xarray coordinate validation failures.

Source from the content-addressed store, hash-verified

1300
1301
1302class CoordinateValidationError(ValueError):
1303 """Error class for Xarray coordinate validation failures."""
1304
1305
1306def validate_dataarray_coords(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…