Skip to content

Commit d5fd01f

Browse files
edit test comments
1 parent 5fc00b2 commit d5fd01f

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
@@ -190,7 +190,7 @@ def test_init_invalid_xtype():
190190
@pytest.mark.parametrize(
191191
"org_do_args, target_do_args, scale_inputs, expected",
192192
[
193-
# Test whether scale_to() scales to the expected values
193+
# Test whether the original y-array is scaled as expected
194194
( # C1: Same x-array and y-array with 2.1 offset, expect y-array to shift up by 2.1
195195
{
196196
"xarray": np.array([10, 15, 25, 30, 60, 140]),

0 commit comments

Comments
 (0)