aplbrain / grandiso-networkx

Performant, pure-Python subgraph isomorphism and monomorphism search (aka "motif search")
Apache License 2.0
52 stars 10 forks source link

Optionally return a generator from find_motifs #16

Closed j6k4m8 closed 3 years ago

j6k4m8 commented 3 years ago

Are there times where we'd still want a list instead?

j6k4m8 commented 3 years ago

This is fixed in #17, thanks @Raphtor!