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

Method setUp

hvplot/tests/testtransforms.py:56–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54
55class TestXArrayTransforms(ComparisonTestCase):
56 def setUp(self):
57 try:
58 import xarray as xr # noqa
59 except ImportError:
60 raise SkipTest('xarray not available')
61 import hvplot.xarray # noqa
62
63 def test_xarray_transform(self):
64 import xarray as xr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected