-
Notifications
You must be signed in to change notification settings - Fork 143
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
JLD 0.0 reader should convert data to field type #205
Comments
Dup of #198. Should work on master. |
Thanks a lot for the quick reply, @simonster! However, I can't quite get it to work. After |
Ah, I see now. Your JLD file is in the old format, and we only changed this for the new format. I'll see if I can tweak that to work as well. |
(If you want this to work immediately, the easiest solution is to downgrade DataFrames to 0.5.12.) |
I just need these files very temporarily (I have to make a few last fixes to my thesis report) and then hopefully I'll never need to read them again, so downgrading is definitely an option. Thanks for the version reference (and for the very quick response!) - I could get it working now! =) |
stale / outdated |
I have a JLD file saved a few months ago, and a script which loads data from it and plots it. When I run the same script today, I get the following error:
The relevant section of my own code is this:
Is this a known problem? Can I get around it by changing my code somehow? The file
processed.jld
holds postprocessed data from a computation run that potentially takes the better part of a day to run, so it would be nice to not have to re-run it just because I can't read the file...I've tried pinning the package to earlier versions, but without finding one that works (I get the same error with all the ones I've tried; unfortunately, I haven't taken notes what versions I've tried...).
The text was updated successfully, but these errors were encountered: