Skip to content

Commit

Permalink
UNdo deepcopy. This will make modules/phenix_regression/refinement/ts…
Browse files Browse the repository at this point in the history
…t_157.py fail. On Nigel to fix.
  • Loading branch information
pafonine committed Dec 23, 2024
1 parent 8a56b35 commit dcde488
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mmtbx/monomer_library/pdb_interpretation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2664,7 +2664,8 @@ def __init__(self,
#
# Deep copy is needed in case of altlocs
#
apply_restraints_specifications_dc = deepcopy(apply_restraints_specifications)
#apply_restraints_specifications_dc = deepcopy(apply_restraints_specifications)
apply_restraints_specifications_dc = apply_restraints_specifications
#
for i_residue,residue in enumerate(pdb_residues):
def _get_next_residue():
Expand Down

0 comments on commit dcde488

Please sign in to comment.