Commit ba0f6528 authored by stoutjesdijk's avatar stoutjesdijk 🎧
Browse files

limiting test output file name lengths

parent 582cce3a
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_plus_2-ele_plus_2-every-100-frames.csv" ) != NULL )
    if ( strstr( args.headRotationFilePath, "a2_e2_100fr.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_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")
            "trj_file": HR_TRAJECTORY_DIR.joinpath("a2_e2_100fr.csv"),
            "refrot_file": HR_TRAJECTORY_DIR.joinpath("a2_e2_25r.csv")
        }
    )