File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
google_health/delphi_google_health
google_symptoms/delphi_google_symptoms Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,11 @@ def run_module():
103
103
is_smoothed = signal .endswith (SMOOTHED )
104
104
for geo_res , df in df_by_geo_res .items ():
105
105
exported_csv_dates = create_export_csv (
106
- format_for_export (df , is_smoothed ),
107
- geo_res = geo_res ,
108
- sensor = signal ,
109
- start_date = start_date ,
110
- export_dir = export_dir )
106
+ format_for_export (df , is_smoothed ),
107
+ geo_res = geo_res ,
108
+ sensor = signal ,
109
+ start_date = start_date ,
110
+ export_dir = export_dir )
111
111
112
112
if not exported_csv_dates .empty :
113
113
csv_export_count += exported_csv_dates .size
Original file line number Diff line number Diff line change @@ -84,4 +84,4 @@ def run_module():
84
84
elapsed_time_in_seconds = elapsed_time_in_seconds ,
85
85
csv_export_count = csv_export_count ,
86
86
max_lag_in_days = max_lag_in_days ,
87
- oldest_final_export_date = formatted_oldest_final_export_date )
87
+ oldest_final_export_date = formatted_oldest_final_export_date )
You can’t perform that action at this time.
0 commit comments