You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't read the protocol 5, so I'm not sure whether it could work correctly. But since the op code rarely change the behavior, I think I can turn the error into a warning and let people try if it works.
@tp2750 Actually, can you try load("/tmp/genomedict.pickle"); proto = 5)? It should try to load the pickle file with version 5 (and error out if there are unknown codes.
I have a pickle file, that fails to load with the following error:
The error appears to happen in deserializer.jl L178
If I just remove the assert, Pickle.jl actually loads the file, and as far as I can see, the result is correct.
Pickle version: [fbb45041] Pickle v0.3.1
The text was updated successfully, but these errors were encountered: