Skip to content

Commit d176b6b

Browse files
committed
Remove another duplicate line for actual_tth = q_to_tth(q, wavelength)
1 parent 6bb822f commit d176b6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_transforms.py

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def test_q_to_tth(wavelength, q, expected_tth):
3434
if wavelength is None:
3535
with pytest.warns(UserWarning, match=re.escape(wavelength_warning_emsg)):
3636
actual_tth = q_to_tth(q, wavelength)
37-
actual_tth = q_to_tth(q, wavelength)
3837
else:
3938
actual_tth = q_to_tth(q, wavelength)
4039

0 commit comments

Comments
 (0)