Skip to content

Commit

Permalink
Remove test for removed functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
olegsobolev committed Sep 22, 2023
1 parent 0171353 commit 2431bd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iotbx/pdb/tst_hierarchy.py
Original file line number Diff line number Diff line change
Expand Up @@ -6434,7 +6434,6 @@ def exercise_adopt_xray_structure():
if chain.id == "A": chain.id = "C"
try: hierarchy.adopt_xray_structure(xray_structure=xrs)
except Exception as e: pass
else: raise Exception_expected
hierarchy.adopt_xray_structure(xray_structure=xrs)
xrs_new5 = hierarchy.extract_xray_structure(
crystal_symmetry=xrs.crystal_symmetry())
Expand Down

0 comments on commit 2431bd4

Please sign in to comment.