Skip to content

Commit

Permalink
Avoid error with MATLAB classes that we can't handle
Browse files Browse the repository at this point in the history
  • Loading branch information
jebej committed Dec 2, 2019
1 parent 7d67154 commit bed5e8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/MAT_HDF5.jl
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ function m_read(dset::HDF5Dataset)
end
end
return out
elseif !haskey(str2type_matlab,mattype)
@warn "MATLAB $mattype values are currently not supported"
return nothing
end

# Regular arrays of values
Expand Down

0 comments on commit bed5e8d

Please sign in to comment.