From 03b02ad641c428729b9e6334919b155fe05960cc Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 29 Aug 2020 16:06:10 +0200 Subject: [PATCH] typos/sentence --- python/tests/test_Geom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/test_Geom.py b/python/tests/test_Geom.py index 423f1b961..91cb61591 100644 --- a/python/tests/test_Geom.py +++ b/python/tests/test_Geom.py @@ -288,7 +288,7 @@ class TestGeom: @pytest.mark.parametrize('inverse',[True,False]) @pytest.mark.parametrize('periodic',[True,False]) def test_add_primitive_rotation(self,center,inverse,periodic): - """Rotation should not chage result for sphere (avoid discretization errors.""" + """Rotation should not change result for sphere (except for discretization errors).""" g = np.array([32,32,32]) fill = np.random.randint(10)+2 eu=np.array([np.random.randint(4),np.random.randint(2),np.random.randint(4)])*.5*np.pi