-
Notifications
You must be signed in to change notification settings - Fork 134
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 touchstone deepcopy issue #3892
Conversation
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
@ansys-reviewer-bot review |
Okay, I will trigger a review of your PR. |
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.
LGTM
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3892 +/- ##
=======================================
Coverage 81.30% 81.30%
=======================================
Files 182 182
Lines 62825 62825
=======================================
+ Hits 51077 51079 +2
+ Misses 11748 11746 -2 |
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.
LGTM
@Alberto-DM You were right, with a shallow copy it works. The method is just reordering some Network data, and it does not modify the solution_data, so I prefer this solution. Let me know if you see anything strange before merging. |
Close #3883