-
Notifications
You must be signed in to change notification settings - Fork 91
Description
Hello, I am facing a serious problem, namely that a file saved with JLD2 version 0.0.5 and FileIO cannot be read from the same OS with the same version of JLD2.
It is really weird for me because I have a bunch of files (computed with different parameters of a model) and most of them work perfectly.
Notice that for all of my files being computed, STDERR was empty, and STDOUT was exactly as expected (reporting some timings of computations and whatever).
I know paste my error messages:
which does not work. However, another file, produced by the identical code with one parameter different (positive instead of negative energy):
I have no reason to believe that there is something wrong with the data of the first case, as I have done the computation for one sub-case and it work.
I am more than willing to share the 2 files presented here if they can help (I really need some help since I cannot load some long-running cluster results).

