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
As noted in #832 (comment)_, we are not very careful in how we deal with removing elements from VarInfo. delete! just doesn't work for TypedVarInfo, and subset is capable of creating TypedVarInfos where one of the sub-Metadatas is empty. We should fix delete! and test that empty Metadata objects are handled gracefully.
The text was updated successfully, but these errors were encountered:
As noted in #832 (comment)_, we are not very careful in how we deal with removing elements from
VarInfo
.delete!
just doesn't work for TypedVarInfo, andsubset
is capable of creating TypedVarInfos where one of the sub-Metadata
s is empty. We should fixdelete!
and test that emptyMetadata
objects are handled gracefully.The text was updated successfully, but these errors were encountered: