Skip to content

Commit

Permalink
FMT
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr-cfa committed Dec 3, 2024
1 parent d3e329d commit 72a2a76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/time-varying-infection/infection_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@ mod test {
}
assert_eq!(
n_eff_inv_infec(&mut context),
1.0 / parameters.infection_duration
/ parameters.population as f64
1.0 / parameters.infection_duration / parameters.population as f64
);
let time_spent_infected = 0.5;
let cdf_value_many_infected = recovery_cdf(&mut context, time_spent_infected);
Expand Down

0 comments on commit 72a2a76

Please sign in to comment.