Skip to content

Commit

Permalink
Tweak prior assignment to handle new exactly one ihr prior check
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris committed Jan 18, 2025
1 parent b672c39 commit 0d03fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build_pyrenew_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def build_model_from_dir(
hosp_admit_neg_bin_concentration_rv=(
priors["hosp_admit_neg_bin_concentration_rv"]
),
ihr_rel_iedr_rv=priors["ihr_rel_iedr_rv"],
ihr_rel_iedr_rv=None, # since for now we only use H or E, not HE
ihr_rv=priors["ihr_rv"],
)

Expand Down

0 comments on commit 0d03fd0

Please sign in to comment.