Loading tests/renderer/constants.py +4 −4 Original line number Diff line number Diff line Loading @@ -377,10 +377,10 @@ pass_snr = { "test_ism_binaural_static[ISM3-BINAURAL_ROOM]": 21, "test_ism_binaural_static[ISM4-BINAURAL_ROOM]": 21, # Failure Reason: Tangent law panning missing in python scripts "test_ism[ISM1-STEREO]": 50, "test_ism[ISM2-STEREO]": 54, "test_ism[ISM4-STEREO]": 55, "test_ism[ISM3-STEREO]": 51, "test_ism[ISM1-STEREO]": 8, "test_ism[ISM2-STEREO]": 13, "test_ism[ISM3-STEREO]": 13, "test_ism[ISM4-STEREO]": 13, # Failure Reason: Casting of positions in renderer to int16_t vs. float in python "test_ism[ISM1-5_1]": 43, "test_ism[ISM1-5_1_2]": 43, Loading Loading
tests/renderer/constants.py +4 −4 Original line number Diff line number Diff line Loading @@ -377,10 +377,10 @@ pass_snr = { "test_ism_binaural_static[ISM3-BINAURAL_ROOM]": 21, "test_ism_binaural_static[ISM4-BINAURAL_ROOM]": 21, # Failure Reason: Tangent law panning missing in python scripts "test_ism[ISM1-STEREO]": 50, "test_ism[ISM2-STEREO]": 54, "test_ism[ISM4-STEREO]": 55, "test_ism[ISM3-STEREO]": 51, "test_ism[ISM1-STEREO]": 8, "test_ism[ISM2-STEREO]": 13, "test_ism[ISM3-STEREO]": 13, "test_ism[ISM4-STEREO]": 13, # Failure Reason: Casting of positions in renderer to int16_t vs. float in python "test_ism[ISM1-5_1]": 43, "test_ism[ISM1-5_1_2]": 43, Loading