Skip to content

Commit

Permalink
Update test/decoders/test_video_decoder_ops.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug authored Oct 18, 2024
1 parent bcb4e50 commit e23acb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/decoders/test_video_decoder_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ def test_color_conversion_library_with_dimension_order(
scan_all_streams_to_update_metadata(decoder)

frame0_ref = NASA_VIDEO.get_frame_data_by_index(0)
C, H, W = frame0_ref.shape
if dimension_order == "NHWC":
frame0_ref = frame0_ref.permute(1, 2, 0)
expected_shape = frame0_ref.shape
Expand Down

0 comments on commit e23acb7

Please sign in to comment.