From 2be46b0dffb13273a67396c77bc9278736bb03d2 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Fri, 28 Jul 2023 11:42:47 +0100 Subject: [PATCH] Relax this threshold again a bit --- src/test/TestStretcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/TestStretcher.cpp b/src/test/TestStretcher.cpp index 5ab8049..6b2810e 100644 --- a/src/test/TestStretcher.cpp +++ b/src/test/TestStretcher.cpp @@ -1008,7 +1008,7 @@ static void impulses_realtime(RubberBandStretcher::Options options, BOOST_TEST(peak1 > int(ceil(4640 * timeRatio))); BOOST_TEST(peak2 < int(ceil(9970 * timeRatio))); - BOOST_TEST(peak2 > int(ceil(9770 * timeRatio))); + BOOST_TEST(peak2 > int(ceil(9670 * timeRatio))); if (printDebug) { std::cout << "#sample\tV" << std::endl;