python_corona_simulation
python_corona_simulation copied to clipboard
An agent-based simulation of corona and other viruses in python
Hi I think your project is very well developed, so I am curious about what kind of Software Development Lifecycle Model you have adopted. The code my friend and I...
When I ran the Simulation.py, everything works fine except for the Axis 1 animation; only the colors change, but the person is not moving.
Paul, Wonderful job. But I can't get the example to work. The initial issue I got was with gridspec in the demo file, a few tweaks and importing matplotlib.gridspec resolved...
Hello, I'm still facing bugs. After solving the Config issue with the pop_size (still exist in the code) I crashed on the if len(destinations) == 0 at infection.py which fail....
I want to change the population but I don't know how
Feature request: Simple installation guide for the inexperienced / students. It would be of great help to educators.
Hi, I tried to figure out have you coded the possibility to get infection again. This model seems to rely that once you get infected and recovered, you wont get...