added comparison without ökologie
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user