-
Notifications
You must be signed in to change notification settings - Fork 473
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
Create checkpoint file in pychrono #516
Comments
now i found SerializeToJSON but what is the opposite? |
Hi @TheCrazyT, As you may have seen from the CHANGELOG there have been significant changes to the API. One of this, is obsoleting the However, this is not the reason for which the serialization/checkpointing is not fully implemented for the PyChrono version. What is truly missing are all the classes in the chrono/serialization folder! These classes leverage some complex C++ feature, together with an heavy use of templates, thus being quite difficult to wrap in SWIG. That's why the only thing that we exposed in Python and C# is SerializeToJSON that allows us (especially for the Chrono::SolidWorks add-in) to:
We may add some additional methods to expand the flexibility of the serialization also for the wrapped languages, but we do not have strict plans for that! |
Could you please clarify: are you interested in serializing a Chrono system or in checkpointing? The two are not the same thing. |
Was interested in checkpointing. As a workaround I am currently using dmtcp for now. |
So I guess this is not possible, since there is no way to use ChStreamOutAsciiFile etc. .
Are I'm correct?
The text was updated successfully, but these errors were encountered: