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

Function test_unstack_string

properties/test_index_manipulation.py:273–276  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271
272@pytest.mark.skip(reason="failure detected by hypothesis")
273def test_unstack_string():
274 ds = xr.Dataset()
275 ds["0"] = np.array(["", "0", "\x000"], dtype="<U2")
276 ds.stack({"1": ["0"]}).unstack()
277
278
279@pytest.mark.skip(reason="failure detected by hypothesis")

Callers

nothing calls this directly

Calls 2

stackMethod · 0.95
unstackMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…