Commit ad54fdcd authored by Jan Kiene's avatar Jan Kiene
Browse files

cleanup and remove modifications for testing

parent 751b4581
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
#!/usr/bin/env python3

import argparse
from distutils.command.clean import clean
import sys
import subprocess
import pathlib
@@ -41,17 +40,13 @@ def run_check(modes: list, out_formats: list, tests: list, run_fec: bool = True)
	cmd_no_fec = [
		str(SCRIPT_DIR.joinpath("IvasBuildAndRunChecks.py")),
		"-U",
		# DURATION,
		"1",
		"-t",
		"1",
		DURATION,
		"-p",
		CFG,
		"--checks",
		*tests,
		"-m",
		# *modes,
		"stereo_b48_swb_cbr",
		*modes,
		"--oc",
		*out_formats,
	]