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
One can use progress_bar = True in st.make() to get a visualization how long the simulation step runs. As far as I can tell, it uses the time of the events and simulations with delayed interactions can lead to a greatly overestimated simulation time. We can try to adapt it to fuse or come up with a better progress visualization.
The text was updated successfully, but these errors were encountered:
One can use
progress_bar = True
inst.make()
to get a visualization how long the simulation step runs. As far as I can tell, it uses the time of the events and simulations with delayed interactions can lead to a greatly overestimated simulation time. We can try to adapt it to fuse or come up with a better progress visualization.The text was updated successfully, but these errors were encountered: