JuliaIO / MAT.jl

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

Cannot read v5 logical array with byteswap #147

Open msavael opened 3 years ago

msavael commented 3 years ago

I have a matlab logical array that seems to require swap_bytes=true to read. When I try and read it, I get a method error that it can't find a definition for bswap(::Bool). Should this just be a no-op?