spades1404 / ABMCovid

Agent Based Model of CoViD-19
0 stars 0 forks source link

Major Bug - model data trackers are not being updated correctly #21

Closed spades1404 closed 4 years ago

spades1404 commented 4 years ago

This means that the numbers on the graphs just dont add up at all. Really not sure what is happening. Ive checked the comparison and progression files and i dont know where the extra numbers are coming from

rlarg commented 4 years ago

Do you think you could push the changes so I could see if I can help find the bug? I'm currently getting this error: File "/Users/ram/Local/ABMCovid-1/ABMC19/Agents/Actions/Pathfinding/findPossiblePaths.py", line 19, in nearestXCoords listPositions = listPositions[0] IndexError: invalid index to scalar variable.

spades1404 commented 4 years ago

Working version should already be up? Have you tried a pull from origin?

rlarg commented 4 years ago

Ok I got it to work but just had to temporarily comment out the fixing scipiy formats for some reason. It looks as if though currentInfected is counting both infected and immune but I'll take another look tomorrow.

spades1404 commented 4 years ago

Nice stuff man had me completely stumped - fully working now!