Skip to content

JuliaEpi/covid-19-in-households-public

 
 

Repository files navigation

Development version of the Python age-household model. Run the examples from the main repo directory. In order to make the model directory visible as Python module, run the following from the main directory of the repo e.g.

On UNIX-like system

export PYTHONPATH=$(pwd):$PYTHONPATH
python examples/uk/run.py

On Windows, the easiest way is to install Anaconda with a graphic installer from here.

cd <directory with the code>
set PYTHONPATH=%CD%
python examples/uk/run.py

Prerequisites

  • pandas - for readind and manipulating data from spreadsheets
  • tqdm - simple progress bar

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.8%
  • Python 1.8%
  • MATLAB 0.4%