aplbrain/dotmotif

Cypher generator fails on 0-degree nodes

j6k4m8 opened this issue · 2 comments

Cypher generator fails on 0-degree nodes

Theoretically this is impossible to run into if you use the DSL parser, unless you inject a graph into the dotmotif object yourself (e.g. use the undoc'd from_nx). But it's still a possible loophole and causes cryptic errors in the Cypher output.

Fixed.