Skip to content

Commit

Permalink
Update waveguide.py
Browse files Browse the repository at this point in the history
changed line 283 from "...lower radii..." to "...larger radii..."
  • Loading branch information
jr2701 authored and HelgeGehring committed Apr 18, 2021
1 parent 005b9ca commit 3aa75d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdshelpers/parts/waveguide.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def find_y(y):
poly_path = np.concatenate([poly_path_1, poly_path_2[::-1, :]])

assert shapely.geometry.LineString(poly_path).is_simple, \
'Outer lines of parameterized wg intersect. Try using lower bend radii or smaller a smaller wg'
'Outer lines of parameterized wg intersect. Try using larger bend radii or smaller a smaller wg'

# Now add the shapely objects and do book keeping
polygon = shapely.geometry.Polygon(poly_path)
Expand Down

0 comments on commit 3aa75d7

Please sign in to comment.