mirror of
https://github.com/gcorso/DiffDock.git
synced 2026-06-04 18:04:23 +08:00
7 lines
107 B
Python
7 lines
107 B
Python
class NonIsomorphicGraphs(ValueError):
|
|
"""
|
|
Raised when graphs are not isomorphic
|
|
"""
|
|
|
|
pass
|