This is not actually usually a serious problem, unlike the <1 case which can be genuinely troublesome

This commit is contained in:
Chris Cannam
2022-08-04 16:31:23 +01:00
parent 63ebc45107
commit 3eae190a85

View File

@@ -336,7 +336,7 @@ R3Stretcher::calculateHop()
inhop = 1.0; inhop = 1.0;
} }
if (inhop > 1024.0) { if (inhop > 1024.0) {
m_log.log(0, "WARNING: Extreme ratio yields ideal inhop > 1024, results may be suspect", ratio, inhop); m_log.log(1, "WARNING: Ratio yields ideal inhop > 1024, results may be suspect", ratio, inhop);
inhop = 1024.0; inhop = 1024.0;
} }