Skip to content

Commit 733022c

Browse files
author
Daniel Flores
committed
add todo for test_contiguity
1 parent 4f107ab commit 733022c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ def test_bad_input(self, tmp_path):
13301330

13311331

13321332
class TestVideoEncoderOps:
1333-
1333+
# TODO-VideoEncoder: Test encoding against different memory layouts (ex. test_contiguity)
13341334
# TODO-VideoEncoder: Parametrize test after moving to test_encoders
13351335
def test_bad_input(self, tmp_path):
13361336
output_file = str(tmp_path / ".mp4")

0 commit comments

Comments
 (0)