Commit 06b3ed91 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] IVAS_rend binary name is case sensitive on unix

parent fd0de058
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -66,13 +66,13 @@ def ivasRendMasa(
    # This import is needed here and not at the top of the file to avoid a circular dependency with imports!
    from ivas_processing_scripts.processing.ivas import IVAS_rend

    if "ivas_rend" in DEFAULT_CONFIG_BINARIES["binary_paths"]:
    if "IVAS_rend" in DEFAULT_CONFIG_BINARIES["binary_paths"]:
        binary = find_binary(
            DEFAULT_CONFIG_BINARIES["binary_paths"]["ivas_rend"].name,
            binary_path=DEFAULT_CONFIG_BINARIES["binary_paths"]["ivas_rend"].parent,
            DEFAULT_CONFIG_BINARIES["binary_paths"]["IVAS_rend"].name,
            binary_path=DEFAULT_CONFIG_BINARIES["binary_paths"]["IVAS_rend"].parent,
        )
    else:
        binary = find_binary("ivas_rend")
        binary = find_binary("IVAS_rend")

    rend = IVAS_rend(
        {
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
# ### Binary for error pattern generation
# gen-patt: "path/to/binary/gen-patt"
# ### Binary for IVAS Renderer
# ivas_rend: "path/to/binary/ivas_rend"
# IVAS_rend: "path/to/binary/IVAS_rend"
# ### Binary for random offset/seed generation
# random: "path/to/binary/random"
# ### Binary for JBM network similulator