Files
DiffDock/spyrmsd/graphs/_common.py
Gabriele Corso 001c4fa46e first commit v1.1
2024-02-28 11:21:46 -05:00

9 lines
324 B
Python

warn_disconnected_graph: str = "Disconnected graph detected. Is this expected?"
warn_no_atomic_properties: str = (
"No atomic property information stored on nodes. Node matching is not performed..."
)
error_non_isomorphic_graphs: str = (
"Graphs are not isomorphic.\nMake sure graphs have the same connectivity."
)