pierrepo / grodecoder

GroDecoder extracts and identifies the molecular components of a structure file (PDB or GRO) issued from a molecular dynamics simulation.
https://grodecoder.streamlit.app/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Verify graph is really an instance of a graph #31

Closed pierrepo closed 5 months ago

pierrepo commented 5 months ago

In the code below:

https://github.com/pierrepo/grodecoder/blob/1a4bb0fa6b62cd8066634b92ea01e18cf6b459c0/grodecoder.py#L423

it would be better to verify that a graph is really an instance of a graph and not failback to a default else statement.