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

Method test_squeeze

xarray/tests/test_dask.py:139–142  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

137 assert_identical(arr, expected)
138
139 def test_squeeze(self):
140 u = self.eager_var
141 v = self.lazy_var
142 self.assertLazyAndIdentical(u[0].squeeze(), v[0].squeeze())
143
144 def test_equals(self):
145 v = self.lazy_var

Callers

nothing calls this directly

Calls 2

squeezeMethod · 0.45

Tested by

no test coverage detected