Commit 8f8314da authored by Anika Treffehn's avatar Anika Treffehn
Browse files

formatting

parent 09eace5e
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -239,7 +239,6 @@ def loudness_norm(
    )

    while np.abs(measured_loudness - target_loudness) > 0.5 and num_iter < 10:

        # scale input
        input.audio *= scale_factor_new

+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ class TestConfig:
                == cfg.input_path.resolve().absolute()
            ):
                raise ValueError(
                    f"Background noise file has to be placed outside the input folder!"
                    "Background noise file has to be placed outside the input folder!"
                )

        for cond_name, cond_cfg in cfg.get("conditions_to_generate").items():