Commit 1cd2b22c authored by Jan Kiene's avatar Jan Kiene
Browse files

fix calls to run_renderer with new interface

parent fa2d3c5f
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -369,6 +369,7 @@ def compare_renderer_vs_renderer_with_binary_hrir(
    hrtf_file_path = hrtf_file_dir.joinpath(hrtf_file.format(48))
    hrtf_file_path = hrtf_file_dir.joinpath(hrtf_file.format(48))
    ref_out = run_renderer(
    ref_out = run_renderer(
        None,
        None,
        list(),
        test_info,
        test_info,
        in_fmt,
        in_fmt,
        out_fmt,
        out_fmt,
@@ -385,6 +386,7 @@ def compare_renderer_vs_renderer_with_binary_hrir(
    )
    )
    cut_out = run_renderer(
    cut_out = run_renderer(
        None,
        None,
        list(),
        test_info,
        test_info,
        in_fmt,
        in_fmt,
        out_fmt,
        out_fmt,
@@ -458,6 +460,7 @@ def compare_renderer_with_binary_fix_vs_with_binary_float(
    
    
    ref_out = run_renderer(
    ref_out = run_renderer(
        None,
        None,
        list(),
        test_info,
        test_info,
        in_fmt,
        in_fmt,
        out_fmt,
        out_fmt,
@@ -475,6 +478,7 @@ def compare_renderer_with_binary_fix_vs_with_binary_float(
    )
    )
    cut_out = run_renderer(
    cut_out = run_renderer(
        None,
        None,
        list(),
        test_info,
        test_info,
        in_fmt,
        in_fmt,
        out_fmt,
        out_fmt,