Commit cea7c2ab authored by emerit's avatar emerit
Browse files

new test compare float and fix

parent 96568b04
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -73,6 +73,24 @@ RENDERER_CMD = [
    "-q",
]

RENDERER_REF_CMD = [
    str(TESTS_DIR.parent.parent.joinpath("IVAS_rend_ref")),
    "-i",
    "",  # 2 -> input file
    "-if",
    "",  # 4 -> input format
    "-o",
    "/dev/null",  # 6 -> output file
    "-of",
    "",  # 8 -> output format
    "-fs",
    "48",  # 10 -> input fs
    "-no_delay_cmp",
    # "-ndl",
    "-q",
]



""" Format to file mappings """
NCHAN_TO_FILE = {