Skip to content

Commit fa374bc

Browse files
committed
comment
1 parent 5ab33b9 commit fa374bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/decoders/test_video_decoder_ops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ def test_get_frames_by_pts(self):
187187
assert_tensor_equal(frames[0], frames[-1])
188188

189189
def test_pts_apis_against_index_ref(self):
190+
# Non-regression test for https://github.com/pytorch/torchcodec/pull/286
190191
# Get all frames in the video, then query all frames with all time-based
191192
# APIs exactly where those frames are supposed to start. We assert that
192193
# we get the expected frame.

0 commit comments

Comments
 (0)