rich-iannone / DiagrammeR

Graph and network visualization using tabular data in R
https://rich-iannone.github.io/DiagrammeR/
Other
1.68k stars 247 forks source link

'overlap = portho' causes error on to many clusters #476

Open surmann opened 1 year ago

surmann commented 1 year ago

Hallo,

I'm trying to compile a graph using the attribute overlap = 9:portho. This causes the following error:

abort("Assertion failed: !TREE_EDGE(e), at: ns.c,463,merge_trees"). Build with -s ASSERTIONS=1 for more info.

It occurs on too many subgraph clusters. The code is no problem on overlap = 9:ortho or overlap = false.

Is there a limit?

All the best Dirk