()
| 42 | |
| 43 | |
| 44 | def test_geo(): |
| 45 | geo = plot(np.random.rand(100,10), show=False) |
| 46 | assert isinstance(format_data(geo), list) |
| 47 | assert isinstance(format_data(geo)[0], np.ndarray) |
| 48 | |
| 49 | |
| 50 | def test_missing_data(): |
nothing calls this directly
no test coverage detected