We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbfd3be commit b3110bfCopy full SHA for b3110bf
1 file changed
tests/test_diffraction_objects.py
@@ -171,6 +171,7 @@ def test_init_invalid_xtype():
171
@pytest.mark.parametrize(
172
"org_do_args, target_do_args, scale_inputs, expected",
173
[
174
+ # Test that scale_to() scales to the correct values
175
# Case 1: same x-array and y-array, check offset
176
(
177
{
0 commit comments