Skip to content

Commit

Permalink
(time_series_utils): update to make sure dask.from_map works
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanychu90 committed Dec 3, 2024
1 parent c6f6dc7 commit f632501
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rt_segment_speeds/segment_speed_utils/time_series_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ def concatenate_datasets_across_dates(
paths,
date_list,
data_type = data_type,
get_pandas=get_pandas,
**kwargs
)
if get_pandas:
df = df.compute()

return df

Expand Down

0 comments on commit f632501

Please sign in to comment.