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

Function test_interactive_xarray_dataarray

hvplot/tests/testinteractive.py:125–132  ·  view source on GitHub ↗
(dataarray)

Source from the content-addressed store, hash-verified

123
124
125def test_interactive_xarray_dataarray(dataarray):
126 dai = Interactive(dataarray)
127
128 assert type(dai) is XArrayInteractive
129 assert (dai._obj == dataarray).all()
130 assert dai._fn is None
131 assert dai._transform == dim('air')
132 assert dai._method is None
133
134
135def test_interactive_xarray_dataarray_no_name():

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…