Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
amccaugh committed Apr 19, 2024
1 parent debda6e commit b88a9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phidl/device_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -1795,7 +1795,7 @@ def get_ports(self, depth=None):
r.x_reflection,
)
new_port.midpoint = new_midpoint
new_port.new_orientation = new_orientation
new_port.orientation = new_orientation
ref_ports_transformed.append(new_port)
port_list += ref_ports_transformed

Expand Down

0 comments on commit b88a9e2

Please sign in to comment.