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

Method test_merge

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

Source from the content-addressed store, hash-verified

844
845 @pytest.mark.xfail
846 def test_merge(self):
847 x = self.sp_xr
848 y = xr.merge([x, x.rename("bar")]).to_dataarray()
849 assert isinstance(y, sparse.SparseArray)
850
851 @pytest.mark.xfail
852 def test_where(self):

Callers

nothing calls this directly

Calls 3

to_dataarrayMethod · 0.45
mergeMethod · 0.45
renameMethod · 0.45

Tested by

no test coverage detected