You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder whether the overloaded run! even makes sense. I can probably drop the overloading and just expect users to choose their stepping functions explicitly
run! will stay overloaded (although it will undergo changes in a different pr), but will work for all AgentBasedModel types. With #17UnremovableABM won't be the default anymore. ABM type will have to be declared explicitly
By default MicrobeAgents now works with
UnremovableABM
; there should also be:StandardABM
run!
forStandardABM
The text was updated successfully, but these errors were encountered: