Skip to content

Commit

Permalink
Merge branch 'feature/vl_dist' into 'master'
Browse files Browse the repository at this point in the history
Propagate viral load distribution to front-end side

See merge request caimira/caimira!457
  • Loading branch information
lrdossan committed Jul 19, 2023
2 parents a611188 + 43630cd commit 68bc8cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions caimira/apps/calculator/report_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(np.log10(model.concentration_model.virus.viral_load_in_sputum)),
}


Expand Down

0 comments on commit 68bc8cc

Please sign in to comment.