()
| 38 | assert np.allclose(ar[10].asnumpy(), ar2[10].asnumpy()) |
| 39 | |
| 40 | def test_resample(): |
| 41 | ar = get_resampled_reader() |
| 42 | assert ar.shape() == (1, 48224) |
| 43 | |
| 44 | def test_channel_change(): |
| 45 | ar = get_channel_change_reader() |
nothing calls this directly
no test coverage detected