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

Function test_unstack_object

properties/test_index_manipulation.py:280–283  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

278
279@pytest.mark.skip(reason="failure detected by hypothesis")
280def test_unstack_object():
281 ds = xr.Dataset()
282 ds["0"] = np.array(["", "\x000"], dtype=object)
283 ds.stack({"1": ["0"]}).unstack()
284
285
286@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…