We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb822f commit d176b6bCopy full SHA for d176b6b
tests/test_transforms.py
@@ -34,7 +34,6 @@ def test_q_to_tth(wavelength, q, expected_tth):
34
if wavelength is None:
35
with pytest.warns(UserWarning, match=re.escape(wavelength_warning_emsg)):
36
actual_tth = q_to_tth(q, wavelength)
37
- actual_tth = q_to_tth(q, wavelength)
38
else:
39
40
0 commit comments