Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ test_round
Method
test_round
xarray/tests/test_duck_array_wrapping.py:470–472 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
468
assert isinstance(result, self.Array)
469
470
def
test_round(self):
471
result = self.x.round()
472
assert isinstance(result.data, self.Array)
473
474
def
test_real(self):
475
result = self.x.real
Callers
nothing calls this directly
Calls
1
round
Method · 0.45
Tested by
no test coverage detected