-
Notifications
You must be signed in to change notification settings - Fork 254
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
ERROR: TypeError: read_refs: in typeassert, expected Array{Array{T,N},1}, got Array{Array{T,N},1} #229
Comments
LoadError: TypeError: read_refs: in typeassert, expected Array{Array{T,N},1}, got Array{Array{T,N},1} |
I have the same error. Wondering if you found a solution. |
I am also getting the same error when trying to load a snapshot. It seems like the same error as #219. This post on Discourse also seems to be the same error: https://discourse.julialang.org/t/mocha-type-assert-failure/3189 I haven't been able to find a solution. @pluskid do you have any ideas? |
Hi all - I think I have a fix for this. Please see this pull request: JuliaIO/JLD.jl#170 |
Until the pull request is reviewed, you can implement the fix on your machine as follows:
You will need to quit any existing Julia sessions. |
I'm getting an error loading a saved snapshot.I believe it is from the compose package.
Thanks for your help
The text was updated successfully, but these errors were encountered: