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 think extractList() might need to normalize 'i' somehow, because otherwise LogicalList i, IntegerList i with subscripts < 1 and maybe other things will break it. Or the documentation needs to be clarified, because while it implies that the above cases will not work due to incompatible skeletons, it's not very obvious.
The text was updated successfully, but these errors were encountered:
I think
extractList()
might need to normalize 'i' somehow, because otherwise LogicalListi
, IntegerListi
with subscripts < 1 and maybe other things will break it. Or the documentation needs to be clarified, because while it implies that the above cases will not work due to incompatible skeletons, it's not very obvious.The text was updated successfully, but these errors were encountered: