Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ add
Function
add
xarray/tests/test_computation.py:125–126 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
123
124
125
def
add(a, b):
126
return
apply_ufunc(operator.add, a, b)
127
128
129
def
test_apply_two_inputs() -> None:
Callers
5
test_apply_two_inputs
Function · 0.85
test_apply_1d_and_0d
Function · 0.85
test_apply_groupby_add
Function · 0.85
test_keep_attrs
Function · 0.85
test_dataset_join
Function · 0.85
Calls
1
apply_ufunc
Function · 0.90
Tested by
no test coverage detected