-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Schedulers
docs
#976
Conversation
To be correct: they say that they _order_ (and not activate) , and they order the IDs not the agents.
I don't think that removing |
ooooooh shit yeah I have completely forgotten about this.... I will revert everything related to removing |
@Tortar the way we did it before was suboptimal. Now we check inside |
Alright so I introduced a new function |
tests passs locally |
Seems good anyway to me apart from those details! |
Co-authored-by: Tortar <[email protected]>
schedule
with the non-default scheduler, as all schedulers are anyways functions of the model, there is no need to pipe them throughschedule
.StandardABM
docstring. Furthermore, how many times scheduling happens in custom scheduling is unknown.