Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
scotts committed Jan 15, 2025
1 parent 9c2a9b4 commit 206d1f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/decoders/test_video_decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,6 @@ def test_get_frame_played_at(self, device):
@pytest.mark.parametrize("device", cpu_and_cuda())
def test_get_frame_played_at_h265(self, device):
# Non-regression test for https://github.com/pytorch/torchcodec/issues/179
# We don't parametrize with CUDA because the current GPUs on CI do not
# support x265:
# https://github.com/pytorch/torchcodec/pull/350#issuecomment-2465011730
decoder = VideoDecoder(H265_VIDEO.path, device=device)
ref_frame6 = H265_VIDEO.get_frame_data_by_index(5)
assert_frames_equal(ref_frame6, decoder.get_frame_played_at(0.5).data)
Expand Down

0 comments on commit 206d1f4

Please sign in to comment.