Commit 382987e0 authored by stoutjesdijk's avatar stoutjesdijk 🎧
Browse files

changing potentially difficult filenames

parent e6166a34
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -577,7 +577,7 @@ int main(
    convert_backslash( args.outputFilePath );
#ifndef FIX_I109_ORIENTATION_TRACKING
    /* disable 'refrotequal' test cases */
    if ( strstr( args.headRotationFilePath, "azi+2-ele+2-every-100-frames.csv" ) != NULL )
    if ( strstr( args.headRotationFilePath, "azi_plus_2-ele_plus_2-every-100-frames.csv" ) != NULL )
    {
        memset( args.headRotationFilePath, '\0', sizeof( args.headRotationFilePath ) );
    }
+2 −2
Original line number Diff line number Diff line
@@ -89,8 +89,8 @@ def test_ambisonics_binaural_headrotation_refrotequal(test_info, in_fmt, out_fmt
        ref_kwargs={
        },
        cut_kwargs={
            "trj_file": HR_TRAJECTORY_DIR.joinpath("azi+2-ele+2-every-100-frames.csv"),
            "refrot_file": HR_TRAJECTORY_DIR.joinpath("azi+2-ele+2-every-25-rows.csv")
            "trj_file": HR_TRAJECTORY_DIR.joinpath("azi_plus_2-ele_plus_2-every-100-frames.csv"),
            "refrot_file": HR_TRAJECTORY_DIR.joinpath("azi_plus_2-ele_plus_2-every-25-rows.csv")
        }
    )