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

Class AlignmentError

xarray/structure/alignment.py:39–40  ·  view source on GitHub ↗

Error class for alignment failures due to incompatible arguments.

Source from the content-addressed store, hash-verified

37
38
39class AlignmentError(ValueError):
40 """Error class for alignment failures due to incompatible arguments."""
41
42
43def reindex_variables(

Callers 7

_normalize_indexesFunction · 0.85
_collect_indexesMethod · 0.85
find_matching_indexesMethod · 0.85
update_dictsMethod · 0.85
align_indexesMethod · 0.85
_get_dim_pos_indexersMethod · 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…