mesa
mesa copied to clipboard
NEXT STEP IS SCHEDULED BUT NOT CALLED
After a while, mesa run server stops working and it doesn't return any error. After scheduling the next step, it doesn't go to that step. Where do I check where the mesa run server goes to call the next step?
Check if your model's self.running
(https://github.com/projectmesa/mesa/blob/main/mesa/model.py#L32) remains True
. If it is False
, the model is no longer running.
@lau175 did at @rht's solution resolve your issue?