Skip to content

Commit

Permalink
Update model/src/pyrenew/latent/infectionswithfeedback.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris authored Jul 25, 2024
1 parent 6026b19 commit ee817e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion model/src/pyrenew/latent/infectionswithfeedback.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ def sample(

return InfectionsRtFeedbackSample(
post_initialization_infections=SampledValue(
post_initialization_infections
value=post_initialization_infections,
t_start=self.t_start,
t_unit=self.t_unit)
),
rt=SampledValue(Rt_adj, t_start=self.t_start, t_unit=self.t_unit),
)

0 comments on commit ee817e5

Please sign in to comment.