Description: Increasing comparison tolerance, as arm64 and ppc64el return
 slightly larger values.
Author: Andrius Merkys <merkys@debian.org>
--- a/ase/test/constraints/test_fixinternals.py
+++ b/ase/test/constraints/test_fixinternals.py
@@ -156,7 +156,7 @@
     print('error in dihedralcombo:', repr(err_dihedralcombo))
 
     for err in [err_bondcombo, err_anglecombo, err_dihedralcombo]:
-        assert err < 1e-12
+        assert err < 2e-12
 
 
 def test_index_shuffle():
