Commit 6f534fff authored by norvell's avatar norvell
Browse files

Fix channel number error in test_26444.py, and reversed order of test/ref in comparison

parent 98c8bc51
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -165,9 +165,9 @@ def test_evs_26444(
                shutil.copy(ref, reffile)
                shutil.copy(test, testfile)
            output_differs, reason = cmp_pcm(
                reffile,
                testfile,
                output_config,
                testfile, # Setting testfile as reffile! Useful when comparing to float reference
                reffile,  # Setting reffile as testfile! Useful when comparing to float reference
                1,
                fs,
                get_mld=get_mld,
                mld_lim=get_mld_lim,