Skip to content

Commit 4165b47

Browse files
committed
reverted a function call to the previous version (cosmetic change)
1 parent 7f3d264 commit 4165b47

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tidy3d/components/geometry/base.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,11 +1627,7 @@ def transform(p_array):
16271627
transformed_section = shapely.transform(section, transformation=transform)
16281628
return transformed_section
16291629
# Otherwise compute the arbitrary intersection
1630-
return self._do_intersections_tilted_plane(
1631-
normal=normal,
1632-
origin=origin,
1633-
to_2D=to_2D,
1634-
)
1630+
return self._do_intersections_tilted_plane(normal=normal, origin=origin, to_2D=to_2D)
16351631

16361632
@abstractmethod
16371633
def _do_intersections_tilted_plane(

0 commit comments

Comments
 (0)