For now, we don't deduplicated duplicated elements of RHSonly nodes. This is because aggregate_nodes uses nodeIDs for deduplication and RHSonly don't have IDs since those are directly tied to loop indexing, which doesn't directly related to RHSonly.
Not sure how we want to handle this or if/when.
Also worth revisiting when rework getParents (issue #49 )
For now, we don't deduplicated duplicated elements of RHSonly nodes. This is because
aggregate_nodesuses nodeIDs for deduplication and RHSonly don't have IDs since those are directly tied to loop indexing, which doesn't directly related to RHSonly.Not sure how we want to handle this or if/when.
Also worth revisiting when rework
getParents(issue #49 )