Looks great i updated the UI and ill just clean the code up and submit
Looks great i updated the UI and ill just clean the code up and submit
I had multiple issues regarding on how to tell the code when a website is updated but i found multiple methods and they work pretty good.
So this is supposed to be able help people see when a new disease is being added to these websites. i just got the license and rss and these websites are what made the cut! Let’s see how far this can go.
Finally put in all the test days in and all the lines are showing now. This helps support my claim way better that outbreaks in space are more hazardous near the end of the mission.
Hit a real bug. First version had outbreaks dying out instantly because recovery rate was beating infection rate. Fixed by raising base infection risk (0.05 → 0.15).
Then realized one 180-day run wasn’t testing my claim, so I switched to running the outbreak starting on different days to compare.
Set up my dev environment, installed Python and VS Code. Got matplotlib installed after hitting a module error (had multiple Python versions on my machine, and had to install matplotlib to the specific one VS Code was using). Wrote a basic SIR model simulating a disease spread in a 6-person space crew over a 200 day mission, with infection risk increasing over time.