Default CompositeNode instantiation raises exception
After !502 (merged) an instantiation of a CompositeNode
raises a ValueError
. This is because the default node type is LAZY_AND
and the default ordering is unordered, which !502 (merged) explicitly forbade.
The defaults should be updated, probably setting the ordering to ordered.