-
Notifications
You must be signed in to change notification settings - Fork 22
FIX: issue 1507 fix #1531
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
FIX: issue 1507 fix #1531
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR addresses issue 1507 by fixing the boundary_type property handling in the PadstackInstanceTerminal class. The changes improve the setter method to handle both string and enum values properly.
- Removes duplicate boundary_type property getter that was overriding the parent implementation
- Updates the boundary_type setter to handle both string and enum inputs more robustly
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
For more information, see https://pre-commit.ci
Codecov Report❌ Patch coverage is ❌ Your patch status has failed because the patch coverage (62.50%) is below the target coverage (85.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #1531 +/- ##
==========================================
- Coverage 73.03% 73.02% -0.01%
==========================================
Files 256 256
Lines 38567 38571 +4
==========================================
+ Hits 28166 28168 +2
- Misses 10401 10403 +2 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixing issue 1507
closing #1507