mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
tests - reduce precision to our usual Cad tool precision to fix some tests
This commit is contained in:
@@ -51,7 +51,7 @@ def replace_variables(value):
|
||||
|
||||
|
||||
def is_x(number, x):
|
||||
return abs(number - x) < 1e-6
|
||||
return abs(number - x) < 1e-5
|
||||
|
||||
|
||||
def vectors_are_equal(v1, v2):
|
||||
|
||||
Reference in New Issue
Block a user