Project - Team 1
This repository contains the code to run simulations of the SIR model and further extensions to model disease spread. The repository is organized as follows:
The directory "sir" is a Python package, which includes class and function definitions. One can import sir from Python to load this package. The package includes submodules, one for each variation.
The directory "test", includes all unit tests.
The directory "scripts" includes scripts used to run the simulations. Similar to the sir directory, it contains a seaparate script for each variation.
Finally, the directory "doc" includes subfolders doc/checkpoint and doc/final for the checkpoint and final writeup respectively.