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

Method test_integrate

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

Source from the content-addressed store, hash-verified

347 assert isinstance(result.data, self.Array)
348
349 def test_integrate(self):
350 result = self.x.integrate("x")
351 assert isinstance(result.data, self.Array)
352
353 @pytest.mark.xfail(reason="polyfit uses numpy linalg")
354 def test_polyfit(self):

Callers

nothing calls this directly

Calls 1

integrateMethod · 0.45

Tested by

no test coverage detected