Commit 366c01c8 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] crashing renderer tests due to newly introduced record_property argument

parent 6b8cbc90
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -351,6 +351,7 @@ def compare_renderer_vs_renderer_with_binary_hrir(
    )
    hrtf_file_path = hrtf_file_dir.joinpath(hrir_name)
    ref_out = run_renderer(
        None,
        test_info,
        in_fmt,
        out_fmt,
@@ -366,6 +367,7 @@ def compare_renderer_vs_renderer_with_binary_hrir(
        frame_size=frame_size,
    )
    cut_out = run_renderer(
        None,
        test_info,
        in_fmt,
        out_fmt,