From be0dd64e81d4f2fbdeda448c510dd7322cfcb17e Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Mon, 23 Dec 2024 15:37:20 -0500 Subject: [PATCH] Fix small typo in aray --- tests/test_diffraction_objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_diffraction_objects.py b/tests/test_diffraction_objects.py index 39aa0d47..c3802b63 100644 --- a/tests/test_diffraction_objects.py +++ b/tests/test_diffraction_objects.py @@ -165,7 +165,7 @@ def test_diffraction_objects_equality( "xtype, expected_xarray", [ # Test whether on_xtype returns the correct xarray values. - # C1: tth to tth, expect no change in xaray value + # C1: tth to tth, expect no change in xarray value # 1. "tth" provided, expect tth # 2. "2theta" provided, expect tth ("tth", np.array([30, 60])),