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
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?
The text was updated successfully, but these errors were encountered:
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 forbswap(::Bool)
. Should this just be a no-op?The text was updated successfully, but these errors were encountered: