Skip to content

Commit 84356f0

Browse files
author
pytorchbot
committed
2026-06-18 nightly release (8bbce65)
1 parent 61bd98c commit 84356f0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/test_decoders.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -649,9 +649,7 @@ def test_get_frames_at_fails(self, device, seek_mode):
649649
with pytest.raises(IndexError, match="Invalid frame index=390"):
650650
decoder.get_frames_at([390])
651651

652-
with pytest.raises(
653-
RuntimeError, match="expected scalar type Long but found Float"
654-
):
652+
with pytest.raises(RuntimeError, match="Long but found Float"):
655653
decoder.get_frames_at([0.3])
656654

657655
@pytest.mark.parametrize("device", all_supported_devices())

0 commit comments

Comments
 (0)