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 06ed6be commit 98a6758Copy full SHA for 98a6758
test/decoders/test_video_decoder_ops.py
@@ -187,7 +187,7 @@ def test_get_frames_by_pts(self):
187
assert_tensor_equal(frames[0], frames[-1])
188
189
def test_pts_apis_against_index_ref(self):
190
- # Non-regression test for https://github.com/pytorch/torchcodec/pull/286
+ # Non-regression test for https://github.com/pytorch/torchcodec/pull/287
191
# Get all frames in the video, then query all frames with all time-based
192
# APIs exactly where those frames are supposed to start. We assert that
193
# we get the expected frame.
0 commit comments