mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Increasing error tolerance to work on all platforms
This commit is contained in:
parent
bcd8d37616
commit
1e479193ce
9 changed files with 9 additions and 9 deletions
|
|
@ -60,7 +60,7 @@ with BuildPart() as handle:
|
|||
# Create the handle by sweeping along the path
|
||||
Sweep(multisection=True)
|
||||
|
||||
assert abs(handle.part.volume - 94.77361455046953) < 1e-5
|
||||
assert abs(handle.part.volume - 94.77361455046953) < 1e-3
|
||||
|
||||
if "show_object" in locals():
|
||||
show_object(handle_path.wrapped, name="handle_path")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue