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 4f107ab commit 733022cCopy full SHA for 733022c
test/test_ops.py
@@ -1330,7 +1330,7 @@ def test_bad_input(self, tmp_path):
1330
1331
1332
class TestVideoEncoderOps:
1333
-
+ # TODO-VideoEncoder: Test encoding against different memory layouts (ex. test_contiguity)
1334
# TODO-VideoEncoder: Parametrize test after moving to test_encoders
1335
def test_bad_input(self, tmp_path):
1336
output_file = str(tmp_path / ".mp4")
0 commit comments