File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2828# =================================================================================================================================== #
2929# ------------------------------------------------------- CONFIGURATION SETTINGS ---------------------------------------------------- #
3030SCRIPT_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. #
3233DATA_DIRECTORY = os .path .join (PROJECT_ROOT , 'data' , '2025-07-09' ) # Directory containing the data files. #
3334RESULTS_BASE_DIR = os .path .join (PROJECT_ROOT , 'results' ) # Store results in a separate folder. #
3435EXPERIMENT_NAME = 'AoA_Analysis' # Name of the experiment for output directory. #
You can’t perform that action at this time.
0 commit comments