UT-Covid / episimlab

Framework for development of epidemiological models
https://ut-covid.github.io/episimlab/
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Deprecate phi_grp_mapping #14

Closed ethho closed 3 years ago

ethho commented 3 years ago

Objective

Deprecate phi_grp_mapping variable. FOI implementations should instead directly index a phi array like:

Coordinates:
  * vertex_i  (vertex_i) <U1 'A' 'B'
  * vertex_j  (vertex_j) <U1 'A' 'B'
  * age_i     (age_i) <U5 'young' 'old'
  * age_j     (age_j) <U5 'young' 'old'

I will apply this change to the following FOI implementations:

ethho commented 3 years ago

Merged to #13