added comparison without ökologie

This commit is contained in:
2026-02-28 16:12:09 +01:00
parent 9e50db2da6
commit b1039e6a7f
48 changed files with 977 additions and 2 deletions

View File

@ -30,7 +30,7 @@ from scipy import stats
# =============================================================================
# CONFIG
# =============================================================================
BASE = Path(r"F:\GitHub Projekte\VirTu-Eval\Data")
BASE = Path(__file__).resolve().parent / "Data"
PLOT_DIR = BASE / "plots"
PLOT_DIR.mkdir(exist_ok=True)
STATS_DIR = BASE / "stats"