JuliaIO / MAT.jl

Julia module for reading MATLAB files
MIT License
279 stars 71 forks source link

Invalid subtyping: MatlabHDF5File #18

Closed nfoti closed 10 years ago

nfoti commented 11 years ago

I get an "invalid subtyping" error when loading the MAT module on line 54 of MAT_HDF5.jl.

simonster commented 11 years ago

What commits of MAT and HDF5 do you have? If one is on master and the other is on the last released version in METADATA.jl, things might not work right. If both are on master or both are on the last released version then they are supposed to work.

nfoti commented 11 years ago

I did at git pull in each of the MAT and HDF5 repositories. In both cases I got "already up to date" but now the MAT package works. My packages must have been in a strange state.

Thanks for the quick reply.