Skip to content

Commit 750c108

Browse files
fjzzq2002lin-toto
authored andcommitted
default false
1 parent cfd568a commit 750c108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyaron/polygon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def convex_hull(n, **kwargs):
4444
# fx, fy are functions which map [0,1] to int or float
4545
fx = kwargs.get("fx", lambda x: x)
4646
fy = kwargs.get("fy", lambda x: x)
47-
strict = kwargs.get("strict", True)
47+
strict = kwargs.get("strict", False)
4848
sz = n * 2
4949
result = []
5050
while len(result) < n:

0 commit comments

Comments
 (0)