paulvangentcom / python_corona_simulation

An agent-based simulation of corona and other viruses in python
GNU General Public License v3.0
292 stars 76 forks source link

Aggregate on infection.py #24

Closed alfredmjz closed 3 years ago

alfredmjz commented 3 years ago

The second part of the aggregation design pattern implemented on infection.py. Please refer to the first pull request for the reasoning behind aggregation.

Changes made