aplbrain / dotmotif

A performant, powerful query framework to search for network motifs
https://bossdb.org/tools/dotmotif
Apache License 2.0
81 stars 9 forks source link

Cypher generator fails on 0-degree nodes #18

Closed j6k4m8 closed 5 years ago

j6k4m8 commented 5 years ago

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.

j6k4m8 commented 5 years ago

Fixed.