Skip to content

Commit 0324138

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 7688cb4 commit 0324138

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
@@ -225,7 +225,7 @@ def test_tth_to_d_invalid(wavelength, tth, expected_error_type, expected_error_m
225225
(4 * np.pi, np.empty((0)), np.empty(0), False),
226226
# C3: Valid d values, no wavelength, expect valid and non-empty tth values
227227
(None, np.array([1, 0.8, 0.6, 0.4, 0.2, 0]), np.array([0, 1, 2, 3, 4, 5]), True),
228-
( # C4: Valid d values with wavelength, expect valid and non-empty thh values
228+
( # C4: Valid d values with wavelength, expect valid and non-empty thh values
229229
4 * np.pi,
230230
np.array([4 * np.pi, 4 / np.sqrt(2) * np.pi, 4 / np.sqrt(3) * np.pi]),
231231
np.array([60.0, 90.0, 120.0]),

0 commit comments

Comments
 (0)