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

Method test_dot

xarray/tests/test_sparse.py:786–789  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

784
785 @pytest.mark.xfail(reason="No implementation of np.einsum")
786 def test_dot(self):
787 a1 = self.sp_xr.dot(self.sp_xr[0])
788 a2 = self.sp_ar.dot(self.sp_ar[0])
789 assert_equal(a1, a2)
790
791 @pytest.mark.xfail(reason="Groupby reductions produce dense output")
792 def test_groupby(self):

Callers

nothing calls this directly

Calls 2

assert_equalFunction · 0.90
dotMethod · 0.80

Tested by

no test coverage detected