()
| 42 | assert ar.shape() == (1, 48224) |
| 43 | |
| 44 | def test_channel_change(): |
| 45 | ar = get_channel_change_reader() |
| 46 | assert ar.shape() == (1, 5555200) |
| 47 | |
| 48 | def test_index(): |
| 49 | ar = get_double_channels_reader() |
nothing calls this directly
no test coverage detected