(self)
| 9 | |
| 10 | class TestPandasTransforms(ComparisonTestCase): |
| 11 | def setUp(self): |
| 12 | import hvplot.pandas # noqa |
| 13 | |
| 14 | def test_pandas_transform(self): |
| 15 | demo_df = pd.DataFrame({'value': np.random.randn(50), 'probability': np.random.rand(50)}) |
nothing calls this directly
no outgoing calls
no test coverage detected