Skip to content

Commit

Permalink
general_examples_algebra.py -> remove unnecessary wires call
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Jul 11, 2024
1 parent fe04c50 commit 6014507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general_examples_algebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
ex14_ln = l1 + l2 + l3

sk14 = Plane.XZ * Rectangle(b, b)
ex14 = sweep(sk14, path=ex14_ln.wires()[0])
ex14 = sweep(sk14, path=ex14_ln)
# [Ex. 14]
# show_object(ex14)

Expand Down

0 comments on commit 6014507

Please sign in to comment.