Skip to content

InstituteforDiseaseModeling/laser-generic

Repository files navigation

LASER Generic

Generic disease models built with the LASER framework.

  • SI/SIS
  • SIR/SIRS
  • SEIR/SEIRS

Installation

Currently:

pip install git+https://github.com/InstituteforDiseaseModeling/[email protected]

Once we have published on PyPI:

pip install laser-generic

Running in Codespace

Check the installed version(s) of NumPy

pip list | grep numpy

Note if there is a 2.x version of NumPy installed. If so, uninstall it (sub your 2.x version for 2.1.1 below).

pip uninstall numpy==2.1.1

Install laser-generic in development mode:

pip install -e .

About

Generic, SI/SIR/SEIR/etc., disease models based on LASER core.

Resources

License

Stars

Watchers

Forks

Packages

No packages published