Skip to content

Commit

Permalink
add circle-packing example
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhaoliang authored and taichi-gardener committed Dec 12, 2022
1 parent e62ceaf commit 03a8a1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Circle:
r: int


circles = Circle.field()
circles = Circle.field() # pylint: disable=no-member
ti.root.dynamic(ti.i, 100000, chunk_size=64).place(circles)


Expand Down

0 comments on commit 03a8a1d

Please sign in to comment.