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 have been able to get the clique_merge running through modifications to the merge.yaml file. The edges appear to "move" to the clique leaders. However, I am not seeing the same behavior in the node properties. I am expecting any lists between two merged nodes to contain a superset of the elements. For example:
node1 (clique leader)
property1: item A|Item B|Item C
node2 (non clique leader)
property1: Item D|Item E
Would result in
node1 (clique leader)
property1: Item A|Item B|Item C|Item D|Item E
Is this the expected behavior?
The text was updated successfully, but these errors were encountered:
I have been able to get the clique_merge running through modifications to the merge.yaml file. The edges appear to "move" to the clique leaders. However, I am not seeing the same behavior in the node properties. I am expecting any lists between two merged nodes to contain a superset of the elements. For example:
node1 (clique leader)
node2 (non clique leader)
Would result in
node1 (clique leader)
Is this the expected behavior?
The text was updated successfully, but these errors were encountered: