-
Notifications
You must be signed in to change notification settings - Fork 10
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
timing doesn't work properly #128
Comments
!(,(get-time!) (sleep! 1) (get-time!)) I see get-time! is wall time and time! is using cputime.. good find! we need a (time $Eval) and a without a bang This should be pretty easy to implement! (Marking this as a good first issue) So the idea woudl be to write two predicates: (time (sleep! 1)) -> 1.0 secs |
|
…y implemented as per bug report trueagi-io/metta-wam#129 trueagi-io/metta-wam#128
The following demonstrates
time!
fails to timesleep!
accurately, and likewisemax-time!
fails to abortsleep!
The text was updated successfully, but these errors were encountered: