DiffDock / spyrmsd /exceptions.py
Dvincis's picture
解决合并冲突,同步远程变更
ce9690f
raw
history blame contribute delete
107 Bytes
class NonIsomorphicGraphs(ValueError):
"""
Raised when graphs are not isomorphic
"""
pass