Commit dabf07f2 authored by Anika Treffehn's avatar Anika Treffehn
Browse files

changed warning to error, might fail pipeline tests

parent e0392f1b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -291,7 +291,7 @@ def loudness_norm(
            )

    if num_iter >= 10:
        warn(
        raise ValueError(
            f"Loudness did not converge to desired value, stopping at: {loudness_after:.2f}"
        )