Skip to content

Commit

Permalink
remove tests for removed functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
olegsobolev committed Sep 21, 2023
1 parent 950aeab commit 0919aef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cctbx/regression/tst_xray.py
Original file line number Diff line number Diff line change
Expand Up @@ -1345,10 +1345,6 @@ def exercise_select_on_name_or_chemical_element():
)))
sel = xs.element_selection('O', 'N')
assert tuple(sel) == (0, 0, 0, 1, 0, 1)
sel = xs.label_selection('C4')
assert tuple(sel) == (0, 0, 0, 0, 1, 0)
sel = xs.label_regex_selection("^(O|C)(1|2)$")
assert tuple(sel) == (1, 1, 0, 1, 0, 0)

def exercise_chemical_formula():
cs = crystal.symmetry((10,10,10, 90,90,90), 'hall: P 2 2 3')
Expand Down

0 comments on commit 0919aef

Please sign in to comment.