Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ test_diff
Method
test_diff
xarray/tests/test_duck_array_wrapping.py:330–332 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
328
assert isinstance(result.data, self.Array)
329
330
def
test_diff(self):
331
result = self.x.diff(
"x"
)
332
assert isinstance(result.data, self.Array)
333
334
def
test_dot(self):
335
result = self.x.dot(self.x)
Callers
nothing calls this directly
Calls
1
diff
Method · 0.45
Tested by
no test coverage detected