added viral load distribution as a variable to display in the front-end side
This commit is contained in:
parent
fcee962a83
commit
2d1e8af30f
1 changed files with 1 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ def calculate_report_data(form: FormData, model: models.ExposureModel) -> typing
|
|||
"expected_new_cases": expected_new_cases,
|
||||
"uncertainties_plot_src": uncertainties_plot_src,
|
||||
"CO2_concentrations": CO2_concentrations,
|
||||
"vl_dist": list(model.concentration_model.virus.viral_load_in_sputum),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue