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

Commit

Permalink
Merge pull request #13 from hydroframe/amyj-tests-updates-3
Browse files Browse the repository at this point in the history
removes extra run_remote
  • Loading branch information
amymjohnson4000 authored Oct 19, 2023
2 parents 06ef22c + e29b56c commit 9aa21e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hf_point_data/hf_point_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def get_data(data_source, variable, temporal_resolution, aggregation, **kwargs):

options = kwargs
run_remote = not os.path.exists(HYDRODATA)
run_remote = RUN_REMOTE

if run_remote:
data_df = _get_data_from_api(
Expand Down

0 comments on commit 9aa21e9

Please sign in to comment.