Skip to content

Commit 17c87f0

Browse files
committed
Add warning to one of the comments
1 parent c8d7a1f commit 17c87f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
(4 * np.pi, np.empty((0)), np.empty(0)),
1616
# 2. No wavelength provided, expected empty array of tth and wavelength UserWarning
1717
(None, np.empty((0)), np.empty((0))),
18-
# C2: Use non-empty q values to compute tth with or without
18+
# C2: Use non-empty q values to compute tth with or without wavelength
1919
# 1. No wavelength provided, expect valid tth values in degrees with wavelength UserWarning
2020
(
2121
None,

0 commit comments

Comments
 (0)