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 ran into this when using wrapdims on a DataFrame which had a column containing vectors, leading wrapdims (which calls similar) to produce a KeyedArray with #undef values
Is wrapdims produce #undef values itself a bug or is that expected behaviour? I suppose expected behaviour and the default=... keyword must be used to avoid it?
I ran into this when using
wrapdims
on a DataFrame which had a column containing vectors, leadingwrapdims
(which callssimilar
) to produce a KeyedArray with#undef
valuesIs
wrapdims
produce#undef
values itself a bug or is that expected behaviour? I suppose expected behaviour and thedefault=...
keyword must be used to avoid it?Anyway, here's the error:
The error seems to be triggered only by the plain-text
show
:by the look of it, due to
keyed_print_matrix
not checkingisassigned
?The text was updated successfully, but these errors were encountered: