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
See here in the routine SpecializedOccurrencesValidation.childNodesConformToParent.
The code does not handle the simple case when the parent archetype has no occurrences on a node and the child archetype doesn't mention the node, or else also has no occurrences on it.
See here in the routine
SpecializedOccurrencesValidation.childNodesConformToParent
.The code does not handle the simple case when the parent archetype has no occurrences on a node and the child archetype doesn't mention the node, or else also has no occurrences on it.
The fix I made is to change the test to:
Raising here in case I don't manage to raise a proper PR with new test.
The text was updated successfully, but these errors were encountered: