Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
borong committed Sep 7, 2024
1 parent bc09594 commit 5b1ffbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/california/run_adloc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 5b1ffbb

Please sign in to comment.