Skip to content

Commit cafa605

Browse files
committed
fix test docstring
1 parent d5e89c0 commit cafa605

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/test_commonline_utils.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,11 @@ def test_g_sync(symmetry):
191191
@pytest.mark.parametrize("symmetry", ["C3", "C4", "D3", "D4", "T", "O"])
192192
def test_compare_rots_sym(symmetry):
193193
"""
194-
This method find the mean squared error between all pairs of rotations
195-
taking into account each rotation being multiplied by an arbitrary
196-
symmetry group element. In this test we check that a set of rotations
197-
multiplied by random symmetry group elements gives a zero MSE when compared
198-
to the original set.
194+
Thwe compare_rots_sym method finds the mean squared error between all pairs
195+
of relative rotations, Ri.T @ Rj, taking into account each rotation being
196+
multiplied by an arbitrary symmetry group element, ie. g @ Ri. In this test
197+
we check that a set of rotations multiplied by random symmetry group elements
198+
gives a zero MSE when compared to the original set.
199199
"""
200200
n = 100
201201
dtype = np.float64

0 commit comments

Comments
 (0)