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

xarray implementation of sampling in vaccine dosage model #45

Open kellypierce opened 2 years ago

kellypierce commented 2 years ago

https://github.com/eho-tacc/episimlab/blob/50024afbb1dc6f185dd8bf3408f623a3e8f735ed/episimlab/models/vaccine.py#L112

The current vaccine dosage calculation requires conversion from xarray -> numpy array -> xarray. There is probably a smarter way to do this.

Constraints: