Skip to content

Commit

Permalink
update arg name
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdefries committed Oct 10, 2024
1 parent a55be53 commit 9cbde48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nchs_mortality/delphi_nchs_mortality/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def run_module(params: Dict[str, Any]):

stats = []
df_pull = pull_nchs_mortality_data(socrata_token, backup_dir,
is_patch = custom_run, test_file)
custom_run = custom_run, test_file = test_file)
for metric in METRICS:
for geo in ["state", "nation"]:
if metric == 'percent_of_expected_deaths':
Expand Down

0 comments on commit 9cbde48

Please sign in to comment.