Fix find_eqpt when y0 is None by adswid · Pull Request #798 · python-control/python-control
Navigation Menu
{{ message }}
python-control / python-control Public
- Notifications You must be signed in to change notification settings
- Fork 453
Merged
murrayrm merged 1 commit intopython-control:mainfrom
Nov 26, 2022Merged
Fix find_eqpt when y0 is None#798
murrayrm merged 1 commit intopython-control:mainfrom
Fix find_eqpt when y0 is None#798
murrayrm merged 1 commit intopython-control:mainfrom
Conversation
Copy link Copy Markdown
Contributor
adswid
commented
Nov 24, 2022
adswid
commented
When y0 is None, dy in the root function should not be calculated (since it tries to subtract NoneType). In general, when y0 is None, the evaluation of the output function is not necessary.
Copy link Copy Markdown
coveralls
commented
Nov 26, 2022
coveralls commented
Nov 26, 2022Copy link Copy Markdown
Member
LGTM. Thanks for the fix, @adswid!
murrayrm
merged commit
23a7791
into
python-control:main
murrayrm
added this to the
0.9.3 milestone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment