-
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
Switching from .dat file writing to pickling #172
Comments
May be a basic question but ... shouldn't this just be:
? I'm getting:
|
Hmm, too bad. |
I believe that what we have guaranteed so far to be pickeable are the raw |
🤔 also
Gives:
|
With #235 merged, I should now do this. |
Is this is active? |
I think this is only partially complete (i.e., only part of the examples have been converted). I should get back to this. Not sure whether we want to move this "issue" to the |
Yeah. It does make sense to have one issue within |
Writing the results in a .dat file is one way of doing this.
I think the more python way of doing it, would be to pickle the results.
But either is fine.
Originally posted by @InnocentBug in #171 (comment)
e.g.
PySAGES/examples/hoomd-blue/ann/butane_ann.py
Lines 301 to 303 in f5bffa5
The text was updated successfully, but these errors were encountered: