Skip to content

Commit 74cf807

Browse files
committed
Change defaults for iterate
1 parent a8c64c9 commit 74cf807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chaos_game.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def _starting_point(self):
7777
spoint[1] += w[i] * self._corners[i][1]
7878
return spoint
7979

80-
def iterate(self, steps: int = 10, discard: int = 5):
80+
def iterate(self, steps: int = 10000, discard: int = 100):
8181
"""Discards the first discard points.
8282
The third element in each tuple is the random chosen corner index
8383
be aware that, currently, index is a float"""

0 commit comments

Comments
 (0)