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
On Julia 0.3.1 and OS X 10.10, I get the following error when trying to read from a MAT file:
ERROR:`convert` has no method matching convert(::Type{Ptr{Uint8}}, ::Array{Uint8,1})
in convert at base.jl:13in fillbuf at /Users/rje/.julia/v0.3/Zlib/src/Zlib.jl:266in readbytes at io.jl:239in decompress at /Users/rje/.julia/v0.3/Zlib/src/Zlib.jl:368in read_matrix at /Users/rje/.julia/v0.3/MAT/src/MAT_v5.jl:286in read at /Users/rje/.julia/v0.3/MAT/src/MAT_v5.jl:438
Best,
Rob
The text was updated successfully, but these errors were encountered:
Hey there,
On Julia 0.3.1 and OS X 10.10, I get the following error when trying to read from a MAT file:
Best,
Rob
The text was updated successfully, but these errors were encountered: