Skip to content
Snippets Groups Projects
  • Studer Gabriel's avatar
    1a4cdf97
    relax testing of found symmetries · 1a4cdf97
    Studer Gabriel authored
    Due to different sorting behaviour in Python 2 and 3, the found symmetry
    groups might differ while still being conceptually correct. Instead of
    expecting exact results, the unit test now only checks for the number
    of found groups and their size. Size is checked on the first element,
    equal size of those elements is checked elsewhere.
    1a4cdf97
    History
    relax testing of found symmetries
    Studer Gabriel authored
    Due to different sorting behaviour in Python 2 and 3, the found symmetry
    groups might differ while still being conceptually correct. Instead of
    expecting exact results, the unit test now only checks for the number
    of found groups and their size. Size is checked on the first element,
    equal size of those elements is checked elsewhere.