Skip to content

Commit

Permalink
remove anisou field from parse cif
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Nov 3, 2023
1 parent fc74e40 commit 876b406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prody/proteins/ciffile.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def _parseMMCIFLines(atomgroup, lines, model, chain, subset,
LOGGER.warn("No anisotropic B factors found")
else:
anisou = np.zeros((acount, 6),
dtype=ATOMIC_FIELDS['anisou'].dtype)
dtype=float)

if "_atom_site_anisotrop.U[1][1]_esd" in data[0].keys():
siguij = np.zeros((acount, 6),
Expand Down

0 comments on commit 876b406

Please sign in to comment.