-
I'm using
I notice the
So no addition of What's the best way to add self loops for |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I presume this would do, please confirm:
To be honest I expected to get self loops for all node types as default behavior. |
Beta Was this translation helpful? Give feedback.
The edge type
('target', 'to', 'target')
does not exist, soAddSelfLoops
will no add the edge type and add self loops to it.Your approach above looks good.
You could also try