Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Description of affect of clique_merge on node properties #394

Open
frdougal opened this issue Jun 6, 2022 · 1 comment
Open

Description of affect of clique_merge on node properties #394

frdougal opened this issue Jun 6, 2022 · 1 comment

Comments

@frdougal
Copy link

frdougal commented Jun 6, 2022

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?

@sierra-moxon
Copy link
Member

Hi @frdougal - yes, that is the expected behavior, I'll make a test case and see what is going on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants