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
Good point, I updated the conversion logic.
Numeric tuple of a single type should now convert to a vector. Otherwise its converted to a cell array and converted individually.
It seems that tuples are currently being converted to structs, which is wrong. I think it makes more sense to convert tuples to cell arrays. Thoughts?
As an aside, the reason this happens is because of a default fallback:
MATLAB.jl/src/mxarray.jl
Line 474 in 6e859c1
Maybe this should be changed, it doesn't seem like a great choice.
The text was updated successfully, but these errors were encountered: