Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sidewall angle to Etch process step #2703

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

thomasdorch
Copy link
Contributor

No description provided.

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @thomasdorch - I've reviewed your changes and they look great!

Here's what I looked at during the review
  • 🟡 General issues: 1 issue found
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.

@@ -158,13 +158,15 @@ class Etch(Lithography):
thickness (float): thickness to remove [nm]
type (str): of etch (isotropic, anisotropic, etc.)
rate (float): of removal [nm/s]
sidewall_angle (float): angle of sidewall [deg]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (code_clarification): Consider adding a description for the default value of sidewall_angle.

Including the default value in the documentation can help developers understand the expected behavior when the parameter is not explicitly set.

Suggested change
sidewall_angle (float): angle of sidewall [deg]
sidewall_angle (float): angle of sidewall [deg]. Default is 90 degrees.

Copy link
Contributor

@joamatab joamatab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great!

@joamatab joamatab merged commit b8b00f0 into gdsfactory:main Apr 25, 2024
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants