Skip to content

Commit

Permalink
Issue-in-JSON-generation-scripts-Some-test-suites-are-badly-generated
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanchez87 committed Jul 30, 2024
1 parent 56fc23e commit 68cbdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gen_jct_vc.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def _fill_checksum_h265(self, test_vector, dest_dir):
# Example 6:
# 9cab6bcd74491062a8523b5a7ff6a540 CCP_8bit_RExt_QCOM.bin
# f3e914fccdb820eac85f46642ea0e168 CCP_8bit_RExt_QCOM.gbr
regex = re.compile(r"([a-fA-F0-9]{{32,}}).*\.(yuv|rgb|gbr)")
regex = re.compile(rf"([a-fA-F0-9]{{32,}}).*\.(yuv|rgb|gbr)")
lines = checksum_file.readlines()
# Filter out empty lines and lines that start with "#"
filtered_lines = [line.strip() for line in lines if line.strip() and not line.strip().startswith("#")]
Expand Down

0 comments on commit 68cbdd9

Please sign in to comment.