Skip to content

Commit

Permalink
Update runner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jvivian committed Feb 5, 2024
1 parent 7c47961 commit e652527
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion covid19_drdfm/streamlit/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def run_parameterized_model(
variables = list(factors.keys())
_ = [factors.pop(var) for var in variables if var not in columns]
# Save input data
st.write(factors)
outdir.mkdir(exist_ok=True)
out = outdir / state
# pprint(f"Saving state input information to {out}")
Expand Down

0 comments on commit e652527

Please sign in to comment.