mesa icon indicating copy to clipboard operation
mesa copied to clipboard

NEXT STEP IS SCHEDULED BUT NOT CALLED

Open lau175 opened this issue 3 years ago • 2 comments

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?

lau175 avatar Jun 07 '21 15:06 lau175

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.

rht avatar Jun 08 '21 01:06 rht

@lau175 did at @rht's solution resolve your issue?

tpike3 avatar Sep 05 '21 10:09 tpike3