We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d1ee7 commit c200115Copy full SHA for c200115
1 file changed
pdb2sql/superpose.py
@@ -4,6 +4,7 @@
4
from .pdb2sqlcore import pdb2sql
5
from .many2sql import many2sql
6
from .transform import rotate
7
+import warnings
8
9
10
def superpose(mobile, target, method='svd', only_backbone=True, export=True, **kwargs):
0 commit comments