We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057c5ca commit 55f4bb6Copy full SHA for 55f4bb6
1 file changed
control/tests/freqresp_test.py
@@ -139,6 +139,7 @@ def test_discrete(self):
139
140
# Check for warning if frequency is out of range
141
import warnings
142
+ warnings.simplefilter('always', UserWarning) # don't supress
143
with warnings.catch_warnings(record=True) as w:
144
omega_bad = np.linspace(10e-4,1.1,10) * np.pi/sys.dt
145
ret = sys.freqresp(omega_bad)
0 commit comments