added comparison without ökologie
This commit is contained in:
@ -29,7 +29,7 @@ from scipy import stats
|
||||
# PATHS & CONSTANTS
|
||||
# =============================================================================
|
||||
|
||||
BASE = Path(r"F:\GitHub Projekte\VirTu-Eval\Data")
|
||||
BASE = Path(__file__).resolve().parent / "Data"
|
||||
PLOT_DIR = BASE / "plots_questionnaires"
|
||||
PLOT_DIR.mkdir(exist_ok=True)
|
||||
STATS_DIR = BASE / "stats"
|
||||
|
||||
Reference in New Issue
Block a user