dime-worldbank/Disease-Modelling-SSA

negative cases reported in the model

Closed this issue · 1 comments

Need to find out why there are negative cases

I changed the way that cases were counted, at each time step I used java array streams to search over the list of agents to see who met had certain properties. This then ensured that the lowest number of cases would be zero and never below zero as no subtraction happened.