Skip to content

ER and P(I) formulas update according to qID parameter

Luis Aleixo requested to merge feature/virology_parameters into master

This MR is related to issue #184.

We totally suppress any reference to the concept of quanta in the code, so we renamed the following variables:

  • quantum_infectious_dose -> infectious_dose
  • quanta_exposure -> exposure
  • qR -> ER

Tests were updated according to the new ER and P(I) formulas, and a new one was added in test_exposure_model to test the infectious_dose vectorisation.

Edited by Luis Aleixo

Merge request reports