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
FIX: loadpkl failed when pklz file contained versioning info
loadpkl called pickle.load at file position 0, which would fail
if the first line of the file was json versioning info (as when
using savepkl with versioning=True). This was fixed by only
seeking to position 0 if no versioning information is found.
0 commit comments