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

Method test_univariate_ufunc

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

Source from the content-addressed store, hash-verified

288
289 @pytest.mark.filterwarnings("ignore::FutureWarning")
290 def test_univariate_ufunc(self):
291 assert_sparse_equal(np.sin(self.data), np.sin(self.var).data)
292
293 @pytest.mark.filterwarnings("ignore::FutureWarning")
294 def test_bivariate_ufunc(self):

Callers

nothing calls this directly

Calls 2

assert_sparse_equalFunction · 0.85
sinMethod · 0.80

Tested by

no test coverage detected