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 37bc65a commit 47016abCopy full SHA for 47016ab
doctor_visits/delphi_doctor_visits/run.py
@@ -31,7 +31,7 @@ def run_module():
31
Path(params["input_file"]).name.split("_")[3], "%d%m%Y"
32
)
33
else:
34
- dropdate_dt = datetime.strptime(params["end_date"], "%Y-%m-%d")
+ dropdate_dt = datetime.strptime(params["drop_date"], "%Y-%m-%d")
35
dropdate = str(dropdate_dt.date())
36
37
# range of estimates to produce
0 commit comments