Skip to content

Commit

Permalink
max pts
Browse files Browse the repository at this point in the history
  • Loading branch information
KatKatKateryna committed Jun 30, 2024
1 parent f7564d3 commit cb61917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speckle/converter/geometry/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def meshPartsFromPolygon(
iterations = 0

coef = 1
maxPoints = 500
maxPoints = 5000
if len(polyBorder) >= maxPoints:
coef = math.floor(len(polyBorder) / maxPoints)

Check warning on line 216 in speckle/converter/geometry/mesh.py

View check run for this annotation

Codecov / codecov/patch

speckle/converter/geometry/mesh.py#L216

Added line #L216 was not covered by tests

Expand Down

0 comments on commit cb61917

Please sign in to comment.