MCPcopy Index your code
hub / github.com/pydata/xarray / test_sortby

Method test_sortby

xarray/tests/test_duck_array_wrapping.py:512–514  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

510 assert isinstance(result.data, self.Array)
511
512 def test_sortby(self):
513 result = self.x.sortby("x")
514 assert isinstance(result.data, self.Array)
515
516 def test_broadcast_like(self):
517 result = self.x.broadcast_like(self.x)

Callers

nothing calls this directly

Calls 1

sortbyMethod · 0.45

Tested by

no test coverage detected