Loading scripts/ivas_conformance/runConformance.py +4 −0 Original line number Diff line number Diff line Loading @@ -1907,6 +1907,10 @@ if __name__ == "__main__": unescaped_filter.append(tok) args.filter = unescaped_filter # Explicit LEVEL3 means no restrictions: keep default full tag set. if args.filter and len(args.filter) == 1 and args.filter[0].upper() == "LEVEL3": args.filter = None if not os.path.isdir(args.testvecDir): parser.error( f"--testvecDir does not exist or is not a directory: {os.path.abspath(args.testvecDir)}" Loading Loading
scripts/ivas_conformance/runConformance.py +4 −0 Original line number Diff line number Diff line Loading @@ -1907,6 +1907,10 @@ if __name__ == "__main__": unescaped_filter.append(tok) args.filter = unescaped_filter # Explicit LEVEL3 means no restrictions: keep default full tag set. if args.filter and len(args.filter) == 1 and args.filter[0].upper() == "LEVEL3": args.filter = None if not os.path.isdir(args.testvecDir): parser.error( f"--testvecDir does not exist or is not a directory: {os.path.abspath(args.testvecDir)}" Loading