You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After fixing assert_str_content_equal implementations in #4205, noticed the following test for TestMagneticSpaceGroup of symmetry.maggroups is failing.
Note: to recreate the following failures, you have to pull the assert_str_content_equal fix from #4205.
E AssertionError: Strings are not equal (whitespaces ignored):
E ===================== Actual =====================
E x, y, z, +1
E -x+3/4, -y+3/4, z, +1
E -x, -y, -z, +1
E x+1/4, y+1/4, -z, +1
E x, -y+3/4, -z+3/4, -1
E -x+3/4, y, -z+3/4, -1
E -x, y+1/4, z+1/4, -1
E x+1/4, -y, z+1/4, -1
E x, y+1/2, z+1/2, +1
E -x+3/4, -y+1/4, z+1/2, +1
E -x, -y+1/2, -z+1/2, +1
E x+1/4, y+3/4, -z+1/2, +1
E x, -y+1/4, -z+1/4, -1
E -x+3/4, y+1/2, -z+1/4, -1
E -x, y+3/4, z+3/4, -1
E x+1/4, -y+1/2, z+3/4, -1
E x+1/2, y, z+1/2, +1
E -x+1/4, -y+3/4, z+1/2, +1
E -x+1/2, -y, -z+1/2, +1
E x+3/4, y+1/4, -z+1/2, +1
E x+1/2, -y+3/4, -z+1/4, -1
E -x+1/4, y, -z+1/4, -1
E -x+1/2, y+1/4, z+3/4, -1
E x+3/4, -y, z+3/4, -1
E x+1/2, y+1/2, z, +1
E -x+1/4, -y+1/4, z, +1
E -x+1/2, -y+1/2, -z, +1
E x+3/4, y+3/4, -z, +1
E x+1/2, -y+1/4, -z+3/4, -1
E -x+1/4, y+1/2, -z+3/4, -1
E -x+1/2, y+3/4, z+1/4, -1
E x+3/4, -y+1/2, z+1/4, -1
E ==================== Expected ====================
E x, y, z, +1
E -x+3/4, -y+3/4, z, +1
E -x, -y, -z, +1
E x+1/4, y+1/4, -z, +1
E x, -y+3/4, -z+3/4, -1
E -x+3/4, y, -z+3/4, -1
E -x, y+1/4, z+1/4, -1
E x+1/4, -y, z+1/4, -1
E x, y+1/2, z+1/2, +1
E -x+3/4, -y+5/4, z+1/2, +1
E -x, -y+1/2, -z+1/2, +1
E x+1/4, y+3/4, -z+1/2, +1
E x, -y+5/4, -z+5/4, -1
E -x+3/4, y+1/2, -z+5/4, -1
E -x, y+3/4, z+3/4, -1
E x+1/4, -y+1/2, z+3/4, -1
E x+1/2, y, z+1/2, +1
E -x+5/4, -y+3/4, z+1/2, +1
E -x+1/2, -y, -z+1/2, +1
E x+3/4, y+1/4, -z+1/2, +1
E x+1/2, -y+3/4, -z+5/4, -1
E -x+5/4, y, -z+5/4, -1
E -x+1/2, y+1/4, z+3/4, -1
E x+3/4, -y, z+3/4, -1
E x+1/2, y+1/2, z, +1
E -x+5/4, -y+5/4, z, +1
E -x+1/2, -y+1/2, -z, +1
E x+3/4, y+3/4, -z, +1
E x+1/2, -y+5/4, -z+3/4, -1
E -x+5/4, y+1/2, -z+3/4, -1
E -x+1/2, y+3/4, z+1/4, -1
E x+3/4, -y+1/2, z+1/4, -1
The text was updated successfully, but these errors were encountered:
After fixing
assert_str_content_equal
implementations in #4205, noticed the following test forTestMagneticSpaceGroup
ofsymmetry.maggroups
is failing.Note: to recreate the following failures, you have to pull the
assert_str_content_equal
fix from #4205.cc @mkhorton
pytest tests/symmetry/test_maggroups.py::TestMagneticSpaceGroup::test_symmetry_ops
The text was updated successfully, but these errors were encountered: