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

Function test_explorer_hvplot_gridded_dataarray

hvplot/tests/testui.py:177–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175
176
177def test_explorer_hvplot_gridded_dataarray():
178 da = ds_air_temperature['air']
179 explorer = hvplot.explorer(da)
180
181 assert isinstance(explorer, hvGridExplorer)
182 assert isinstance(explorer._data, xr.DataArray)
183 assert explorer.kind == 'image'
184 assert explorer.x == 'lat'
185 assert explorer.y == 'lon'
186 assert explorer.by == []
187 assert explorer.groupby == ['time']
188
189
190def test_explorer_hvplot_gridded_options():

Callers

nothing calls this directly

Calls 1

explorerMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…