Increasing error tolerance to work on all platforms

This commit is contained in:
Roger Maitland 2023-03-07 15:35:56 -05:00
parent bcd8d37616
commit 1e479193ce
9 changed files with 9 additions and 9 deletions

View file

@ -140,7 +140,7 @@ with BuildPart() as lego:
},
)
assert abs(lego.part.volume - 3212.187337781355) < 1e-5
assert abs(lego.part.volume - 3212.187337781355) < 1e-3
if "show_object" in locals():
show_object(lego.part.wrapped, name="lego")