Skip to content

Commit 710f986

Browse files
committed
remove element missing warning
1 parent efe6445 commit 710f986

5 files changed

Lines changed: 5766 additions & 22 deletions

File tree

pdb2sql/pdb2sqlcore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def _get_element(pdb_line):
227227
elem = pdb_line[12:14]
228228
else:
229229
elem = pdb_line[13]
230-
warnings.warn(f'Element is missing and guessed using atom type for line\n {pdb_line}')
230+
# warnings.warn(f'Element is missing and guessed using atom type for line\n {pdb_line}')
231231
return elem
232232

233233
# replace the chain ID by A,B,C,D, ..... in that order

0 commit comments

Comments
 (0)