Skip to content

Commit

Permalink
test timeseries recombo
Browse files Browse the repository at this point in the history
  • Loading branch information
bkatiemills committed Mar 27, 2024
1 parent 273f194 commit a53cbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argovisHelpers/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def query(route, options={}, apikey='', apiroot='https://argovis-api.colorado.ed
ops['startDate'] = times[i]
ops['endDate'] = times[i+1]
increment = argofetch(route, options=ops, apikey=apikey, apiroot=apiroot, suggestedLatency=delay, verbose=verbose)
if isTimeseries:
if isTimeseries and len(increment) > 0:
results = combine_dicts(results, increment[0])
else:
results += increment[0]
Expand Down

0 comments on commit a53cbee

Please sign in to comment.