Skip to content

Commit 47016ab

Browse files
authored
end_date -> drop_date
1 parent 37bc65a commit 47016ab

File tree

1 file changed

+1
-1
lines changed
  • doctor_visits/delphi_doctor_visits

1 file changed

+1
-1
lines changed

doctor_visits/delphi_doctor_visits/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def run_module():
3131
Path(params["input_file"]).name.split("_")[3], "%d%m%Y"
3232
)
3333
else:
34-
dropdate_dt = datetime.strptime(params["end_date"], "%Y-%m-%d")
34+
dropdate_dt = datetime.strptime(params["drop_date"], "%Y-%m-%d")
3535
dropdate = str(dropdate_dt.date())
3636

3737
# range of estimates to produce

0 commit comments

Comments
 (0)