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

7 lines
107 B
Python

class NonIsomorphicGraphs(ValueError):
"""
Raised when graphs are not isomorphic
"""
pass