-
Notifications
You must be signed in to change notification settings - Fork 85
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
RootLocusResult recipe #792
Conversation
I am not familiar with |
Codecov Report
@@ Coverage Diff @@
## master #792 +/- ##
=======================================
Coverage 97.13% 97.14%
=======================================
Files 4 4
Lines 314 315 +1
=======================================
+ Hits 305 306 +1
Misses 9 9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Thanks for this PR! Looking at the changes, it does not look like you have duplicated any code from |
Thank you for taking a look at the PR! Yes, no more duplication: I figured out how to do it this morning. There are two more changes I would like to discuss:
|
Yeah I guess. It shouldn't really matter for generic code, but this is typically not a performance sensitive function so the
Do they need to be? Users are not expected to create this type themselves so guarding against the wrong field types is not required, and all fields of the struct are fully parameterized so there would be no performance benefit either. |
That is true. It bothers me (purely aesthetically) because those fields are already defined in the code as vectors of |
Well, you could make that restriction on the fields of the type if you want, I think the only difference would be that the type would print less verbosely :) |
You are right, there is no much gain. I did not change anything there. I think the PR is complete: let me know if you have feedback. |
Thanks for the PR, a new release will be out shortly :) |
Add struct RootLocusResult and Plot recipe