Skip to content

Commit d426151

Browse files
committed
hotfix: root directory
1 parent 25b0975 commit d426151

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
# =================================================================================================================================== #
2929
# ------------------------------------------------------- CONFIGURATION SETTINGS ---------------------------------------------------- #
3030
SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__)) # Get the directory of the current script. #
31-
PROJECT_ROOT = os.path.dirname(SCRIPT_DIR) # Go up one level to project root. #
31+
# PROJECT_ROOT = os.path.dirname(SCRIPT_DIR) # Go up one level to project root. #
32+
PROJECT_ROOT = SCRIPT_DIR # Use the script directory as the project root. #
3233
DATA_DIRECTORY = os.path.join(PROJECT_ROOT, 'data', '2025-07-09') # Directory containing the data files. #
3334
RESULTS_BASE_DIR = os.path.join(PROJECT_ROOT, 'results') # Store results in a separate folder. #
3435
EXPERIMENT_NAME = 'AoA_Analysis' # Name of the experiment for output directory. #

0 commit comments

Comments
 (0)