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
Right now, you can run a full simulation with all the agents initialized outside the domain, and no error will be thrown until you try to plot things. When you try to plot, you get a division-by-zero error due to trying to calculate the statistic which tells you which percentage of the agents have left the domain since the simulation began.
This is obviously not ideal...
The text was updated successfully, but these errors were encountered:
Right now, you can run a full simulation with all the agents initialized outside the domain, and no error will be thrown until you try to plot things. When you try to plot, you get a division-by-zero error due to trying to calculate the statistic which tells you which percentage of the agents have left the domain since the simulation began.
This is obviously not ideal...
The text was updated successfully, but these errors were encountered: