Commit 90e98b72 authored by norvell's avatar norvell
Browse files

Revert to correct ref/test order in test_26444.py

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