Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
fixes run remote designation
Browse files Browse the repository at this point in the history
  • Loading branch information
amymjohnson4000 committed Oct 13, 2023
1 parent 2764d53 commit 6678203
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hf_point_data/hf_point_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ def get_data(
Metadata about the sites present in `data_df` for the desired variable.
"""

# run_remote = not os.path.exists(HYDRODATA)
run_remote = True
run_remote = not os.path.exists(HYDRODATA)

if run_remote:
data_df = _get_data_from_api(
Expand Down

0 comments on commit 6678203

Please sign in to comment.