Error class for Xarray coordinate validation failures.
| 1300 | |
| 1301 | |
| 1302 | class CoordinateValidationError(ValueError): |
| 1303 | """Error class for Xarray coordinate validation failures.""" |
| 1304 | |
| 1305 | |
| 1306 | def validate_dataarray_coords( |
no outgoing calls
no test coverage detected
searching dependent graphs…