From dcde488f94f6f9657ce7a332c77a855ddede087a Mon Sep 17 00:00:00 2001 From: Pavel Date: Mon, 23 Dec 2024 15:29:16 -0800 Subject: [PATCH] UNdo deepcopy. This will make modules/phenix_regression/refinement/tst_157.py fail. On Nigel to fix. --- mmtbx/monomer_library/pdb_interpretation.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mmtbx/monomer_library/pdb_interpretation.py b/mmtbx/monomer_library/pdb_interpretation.py index dfbb1b6411..73859d1445 100644 --- a/mmtbx/monomer_library/pdb_interpretation.py +++ b/mmtbx/monomer_library/pdb_interpretation.py @@ -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():