MCPcopy Create free account
hub / github.com/dmlc/decord / test_channel_change

Function test_channel_change

tests/python/unittests/test_audio_reader.py:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 assert ar.shape() == (1, 48224)
43
44def test_channel_change():
45 ar = get_channel_change_reader()
46 assert ar.shape() == (1, 5555200)
47
48def test_index():
49 ar = get_double_channels_reader()

Callers

nothing calls this directly

Calls 2

shapeMethod · 0.45

Tested by

no test coverage detected