Replies: 1 comment 1 reply
-
Hi, The sleep function is to implement a so-called quasi-realtime function. It mimics a real-time simulator when the simulation speed is faster than the wall clock speed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dr. Cui,
When I read the source code in Andes, I see there is a sleep function in TDS.run():
https://github.com/cuihantao/andes/blob/8d484f1ddd02abf71788f2a545c7cbaa152eca73/andes/routines/tds.py#L358
What is the role of this sleep function in TDS. run()? What are we waiting for by setting up this delay?
Best,
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions