Skip to content

Commit ba4b985

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 2c51af1 commit ba4b985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_diffraction_objects.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ def test_xarray_yarray_length_mismatch():
525525
ValueError,
526526
match="'xarray' and 'yarray' are different lengths. "
527527
"They must correspond to each other and have the same length. Please "
528-
"re-initialize 'DiffractionObject'with valid 'xarray' and 'yarray's"
528+
"re-initialize 'DiffractionObject'with valid 'xarray' and 'yarray's",
529529
):
530530
DiffractionObject(
531531
xarray=np.array([1.0, 2.0]), yarray=np.array([0.0, 0.0, 0.0]), xtype="tth", wavelength=1.54

0 commit comments

Comments
 (0)