Commit 08e46171 authored by Anika Treffehn's avatar Anika Treffehn
Browse files

removed folders and added temporary ones

parent 2adb732a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -16,3 +16,7 @@ proc_input/*.wav
proc_input/*.pcm
proc_output/
*~
tests/tmp_output_*
tests/cut
tests/ref
tests/concatenation_folder
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ from pathlib import Path

import pytest

from .constants import OUTPUT_PATH_CUT, OUTPUT_PATH_REF
from .constants import OUTPUT_PATH_CUT, OUTPUT_PATH_REF, INPUT_PATH_CONCATENATION


@pytest.fixture(scope="session", autouse=True)
+1 −1
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ SCENE_DESC_DIR = TEST_VECTOR_DIR.joinpath("scene_description")

OUTPUT_PATH_REF = TESTS_DIR.joinpath("ref")
OUTPUT_PATH_CUT = TESTS_DIR.joinpath("cut")
INPUT_PATH_CONCATENATION = TESTS_DIR.joinpath("concatenation_folder")

CUSTOM_LAYOUT_DIR = TEST_VECTOR_DIR.joinpath("ls_layouts")
HR_TRAJECTORY_DIR = TEST_VECTOR_DIR.joinpath("trajectories")
@@ -193,7 +194,6 @@ HR_TRAJECTORIES_TO_TEST = [
]

""" Generate Test Items Configs """
# TODO reorganize later
INPUT_CONFIG_FILES = [
    str(TEST_VECTOR_DIR.joinpath("test_ISM.yml")),
    # str(TEST_VECTOR_DIR.joinpath("test_MASA.yml")), # TODO
−131 B

File deleted.

−131 B

File deleted.

Loading