We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d1d7b commit 73a50d2Copy full SHA for 73a50d2
test/decoders/test_video_decoder_ops.py
@@ -86,7 +86,6 @@ def test_seek_and_next(self, device):
86
87
@pytest.mark.parametrize("device", cpu_and_cuda())
88
def test_seek_to_negative_pts(self, device):
89
- device = "cpu"
90
decoder = create_from_file(str(NASA_VIDEO.path))
91
scan_all_streams_to_update_metadata(decoder)
92
add_video_stream(decoder, device=device)
0 commit comments