Skip to content

Commit

Permalink
TST #288 remove unused symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Nov 18, 2023
1 parent 11a9a36 commit 27f2dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hkl/tests/test_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def test_preview(e4cv):
main = e4cv.calc.sample # the default sample
m_100 = main.add_reflection(1, 0, 0, (-45, 0, 0, 0))
m_010 = main.add_reflection(0, 1, 0, (45, 0, 0, 0))
m_001 = main.add_reflection(0, 0, 1, (45, 0, 90, 0))
main.add_reflection(0, 0, 1, (45, 0, 90, 0))
main.compute_UB(m_100, m_010)
report = agent.preview(agent.export(), show_reflections=True).splitlines()
assert len(report) == 10 + 10 # new lines
Expand Down

0 comments on commit 27f2dc3

Please sign in to comment.