Skip to content

Commit 52081f6

Browse files
committed
fix format and validate
1 parent 612e9c2 commit 52081f6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

contrib/checkbox-ce-oem/checkbox-provider-ce-oem/bin/gst_transform_resize.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,10 @@ def __init__(
267267
golden_sample_file = "{}p_{}fps_h264.mp4".format(
268268
self._height_from,
269269
self._framerate,
270-
)
270+
)
271271
self._golden_sample = os.path.join(
272-
VIDEO_CODEC_TESTING_DATA, "video", golden_sample_file)
272+
VIDEO_CODEC_TESTING_DATA, "video", golden_sample_file
273+
)
273274
self._artifact_file = ""
274275

275276
@property
@@ -286,7 +287,7 @@ def psnr_reference_file(self) -> str:
286287
"""
287288
golden_reference = "{}p_30fps_h264.mp4".format(
288289
self._height_to,
289-
)
290+
)
290291

291292
full_path = os.path.join(
292293
VIDEO_CODEC_TESTING_DATA, "video", golden_reference

contrib/checkbox-ce-oem/checkbox-provider-ce-oem/units/video-codec/jobs.pxu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ template-filter:
147147
template-unit: job
148148
template-id: ce-oem-video-codec/carmel-gst_transform_resize
149149
_template-summary: Check if the resize (scale up or down) are functional
150-
id: ce-oem-video-codec/{{ scenario }}-{{ encoder_plugin }}_from_{{ width_from }}x{{ height_from }}_{{ framerate }}fps_to_{{ width_to }}x{{ height_to }}
150+
id: ce-oem-video-codec/{{ scenario }}-{{ encoder_plugin }}_from_{{ width_from }}x{{ height_from }}_to_{{ width_to }}x{{ height_to }}
151151
_summary: Perform resize - from {{ width_from }}x{{ height_from }} to {{ width_to }}x{{ height_to }} file
152152
plugin: shell
153153
user: root

0 commit comments

Comments
 (0)