Skip to content

Commit c4eb3df

Browse files
author
Daniel Flores
committed
name args?
1 parent 8c4ae8a commit c4eb3df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_ops.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,9 @@ def test_video_encoder_test_round_trip(self, tmp_path, format):
13511351

13521352
encoded_path = str(tmp_path / f"encoder_output.{format}")
13531353
frame_rate = 30 # Frame rate is fixed with num frames decoded
1354-
encode_video_to_file(source_frames, frame_rate, encoded_path, crf=0)
1354+
encode_video_to_file(
1355+
frames=source_frames, frame_rate=frame_rate, filename=encoded_path, crf=0
1356+
)
13551357
round_trip_frames = self.decode(encoded_path).data
13561358

13571359
# In the cases where a lossy pixel format conversion occurs, higher tolerance is needed.

0 commit comments

Comments
 (0)