diff --git a/examples/california/run_adloc.py b/examples/california/run_adloc.py index dbb2b3a..2081e37 100644 --- a/examples/california/run_adloc.py +++ b/examples/california/run_adloc.py @@ -40,7 +40,7 @@ def run_adloc( jday = int(jday.split(".")[1]) # %% - data_path = f"{region}/gamma_bo/{year:04d}" + data_path = f"{region}/gamma_bo_debug/{year:04d}" result_path = f"{region}/adloc/{year:04d}" if not os.path.exists(f"{root_path}/{result_path}"): os.makedirs(f"{root_path}/{result_path}")