MCPcopy Create free account
hub / github.com/holoviz/hvplot / test_interactive_xarray_dataarray_no_name

Function test_interactive_xarray_dataarray_no_name

hvplot/tests/testinteractive.py:135–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133
134
135def test_interactive_xarray_dataarray_no_name():
136 dataarray = xr.DataArray(np.random.rand(2, 2))
137 with pytest.raises(ValueError, match='Cannot use interactive API on DataArray without name'):
138 Interactive(dataarray)
139
140
141def test_interactive_xarray_dataset(dataset):

Callers

nothing calls this directly

Calls 1

InteractiveClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…