(self)
| 9 | self.assertEqual(100, len(data)) |
| 10 | |
| 11 | def test_plot(self): |
| 12 | # This relies on the hvplot package |
| 13 | data = pl.read_csv('/input/tests/data/train.csv') |
| 14 | data.plot.line() |
| 15 |
nothing calls this directly
no outgoing calls
no test coverage detected