MCPcopy
hub / github.com/pydata/xarray / MergeError

Class MergeError

xarray/structure/merge.py:99–103  ·  view source on GitHub ↗

Error class for merge failures due to incompatible arguments.

Source from the content-addressed store, hash-verified

97
98
99class MergeError(ValueError):
100 """Error class for merge failures due to incompatible arguments."""
101
102 # inherits from ValueError for backward compatibility
103 # TODO: move this to an xarray.exceptions module?
104
105
106def unique_variable(

Callers 5

_inplace_binary_opMethod · 0.90
unique_variableFunction · 0.85
merge_collectedFunction · 0.85
merge_attrsFunction · 0.85
merge_coreFunction · 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…