Skip to content

Commit 66e24bf

Browse files
committed
improve C2 under test_scale_to_bad
1 parent be0dd64 commit 66e24bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_diffraction_objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def test_scale_to(org_do_args, target_do_args, scale_inputs, expected):
324324
"offset": 0,
325325
},
326326
),
327-
# C2: more than one of either q, tth, d, provided, expect ValueError
327+
# C2: tth and d both provided, expect ValueError
328328
(
329329
{
330330
"xarray": np.array([10, 25, 30.1, 40.2, 61, 120, 140]),

0 commit comments

Comments
 (0)