mirror of
https://github.com/gcorso/DiffDock.git
synced 2026-06-04 18:04:23 +08:00
9 lines
324 B
Python
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."
|
|
)
|