mojaie / MolecularGraph.jl

Graph-based molecule modeling toolkit for cheminformatics
MIT License
189 stars 27 forks source link

Commented checks for atom visibility (issues/82) #83

Closed Boxylmer closed 1 year ago

Boxylmer commented 1 year ago

I did it!

isatomvisible_[i] || continue turned out not to be necessary as graphs plotted by it either don't show up due to indices not being there in the first place, or need to be shown (and currently dont).

image

Boxylmer commented 1 year ago

This solves https://github.com/mojaie/MolecularGraph.jl/issues/82

mojaie commented 1 year ago

Looks great. Thank you very much!