Commit 9e5a1ee3 authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch...

Merge branch '60-too-many-directories-with-the-automatic-creation-of-output-directory-based-on-listening-lab' into 'main'

Exclude lab designator for output category folders

See merge request !126
parents 25d715f8 6e2cbe89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ def create_experiment_setup(experiment, lab) -> list[Path]:
    for cat in categories:
        suffix = cat + f"-lab_{lab}"
        input_path = base_path.joinpath(f"proc_input_{lab}").joinpath(cat)
        output_path = base_path.joinpath(f"proc_output_{lab}").joinpath(suffix)
        output_path = base_path.joinpath(f"proc_output_{lab}").joinpath(cat)
        if experiment == "P800-2":
            bg_noise_path = base_path.joinpath("background_noise").joinpath(
                f"background_noise_{suffix}.wav"