Skip to content

Commit 3c15428

Browse files
committed
Removed unused argument
1 parent 2d61a87 commit 3c15428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jhu/delphi_jhu/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def run_module():
9292
print(metric, geo_res, sensor, smoother)
9393
df = dfs[metric]
9494
# Aggregate to appropriate geographic resolution
95-
df = geo_map(df, geo_res, sensor)
95+
df = geo_map(df, geo_res)
9696
df["val"] = SMOOTHERS_MAP[smoother][0](df[sensor].values)
9797
df["se"] = np.nan
9898
df["sample_size"] = np.nan

0 commit comments

Comments
 (0)