We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d61a87 commit 3c15428Copy full SHA for 3c15428
jhu/delphi_jhu/run.py
@@ -92,7 +92,7 @@ def run_module():
92
print(metric, geo_res, sensor, smoother)
93
df = dfs[metric]
94
# Aggregate to appropriate geographic resolution
95
- df = geo_map(df, geo_res, sensor)
+ df = geo_map(df, geo_res)
96
df["val"] = SMOOTHERS_MAP[smoother][0](df[sensor].values)
97
df["se"] = np.nan
98
df["sample_size"] = np.nan
0 commit comments