MCPcopy 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

roundMethod · 0.45

Tested by

no test coverage detected