You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hadn’t seen that. Not at my computer so I can’t yet confirm, but I think that if those are all DT systems, a possible explanation is that I changed the code to evaluate all the way up to and including the nyquist frequency. A pole at -1 might cause such a warning.
It looks like they are all discrete time systems, so that's probably it.
I'm working on some code for issue #532 and will be adding some flags to turn off warnings, so that is one possible fix. But probably worth thinking about what the right approach is in terms of the evaluating/plotting the frequency response at those values.
Yep, confirmed the system has a pole at -1 and that's what causes a warning when running bode. Thinking about what to do about it. Bode plot still works but it has a gap in the line near the nyquist plot (from the nan's).
It looks like PR #522 introduced some warning messages in our GitHub Action tests:
I'm not quite sure what is generating the warnings, but it would be good to get rid of them if we can.
Test results here: https://github.com/python-control/python-control/pull/522/checks
@sawyerbfuller Any ideas?
The text was updated successfully, but these errors were encountered: