-
Notifications
You must be signed in to change notification settings - Fork 27
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
Trick prints warning for checkpoints outside of freeze mode. #1682
Trick prints warning for checkpoints outside of freeze mode. #1682
Conversation
…oints-in-freeze-mode
i don't think this is true for generic cases. if you have some fully async threads running, then it might be a problem. otherwise, it is well-defined behavior. Perhaps you have a specific use case or example that illustrates the issue? |
> Added entry for the exact second the checkpoint was made.
When you checkpoint a running sim without freezing and reload that checkpoint, the data recording log resumes on the next frame. So far that's the most glaring thing I've found, but I'll keep looking. |
This reverts commit 2a45c90.
…ing-and-loading-checkpoints-in-freeze-mode
The issue fix was better implemented in another branch. See this pull request (#1727 ) |
No description provided.