tests/subfiles.py

changeset 104
1ad664f783d6
parent 95
a3536e51f6bc
child 110
ea148f6fbd01
--- a/tests/subfiles.py	Tue Aug 25 23:04:27 2020 +0300
+++ b/tests/subfiles.py	Tue Aug 25 23:15:37 2020 +0300
@@ -16,7 +16,7 @@
     yield from (
         report_problem('zero-determinant', bad_object = subfile_reference)
         for subfile_reference in model.subfile_references
-        if abs(subfile_reference.matrix.determinant() - 0) < 1e-15
+        if abs(subfile_reference.matrix.determinant() - 0) < 1e-5
     )
 
 def scaling_description(scaling, axes = 'xyz'):

mercurial