@@ -244,6 +244,7 @@ def test_response_plot_kwargs(data_fcn, plot_fcn, mimo):
244244 'append' : test_unrecognized_kwargs ,
245245 'bode' : test_response_plot_kwargs ,
246246 'bode_plot' : test_response_plot_kwargs ,
247+ 'LTI.bode_plot' : test_response_plot_kwargs ,
247248 'create_estimator_iosystem' : stochsys_test .test_estimator_errors ,
248249 'create_statefbk_iosystem' : statefbk_test .TestStatefbk .test_statefbk_errors ,
249250 'describing_function_plot' : test_matplotlib_kwargs ,
@@ -253,6 +254,7 @@ def test_response_plot_kwargs(data_fcn, plot_fcn, mimo):
253254 'dlqr' : test_unrecognized_kwargs ,
254255 'drss' : test_unrecognized_kwargs ,
255256 'feedback' : test_unrecognized_kwargs ,
257+ 'LTI.feedback' : test_unrecognized_kwargs ,
256258 'find_eqpt' : iosys_test .test_find_operating_point ,
257259 'find_operating_point' : iosys_test .test_find_operating_point ,
258260 'flatsys.flatsys' : test_unrecognized_kwargs ,
@@ -267,11 +269,13 @@ def test_response_plot_kwargs(data_fcn, plot_fcn, mimo):
267269 'lqr' : test_unrecognized_kwargs ,
268270 'negate' : test_unrecognized_kwargs ,
269271 'nichols_plot' : test_matplotlib_kwargs ,
272+ 'LTI.nichols_plot' : test_matplotlib_kwargs ,
270273 'nichols' : test_matplotlib_kwargs ,
271274 'nlsys' : test_unrecognized_kwargs ,
272275 'nyquist' : test_matplotlib_kwargs ,
273276 'nyquist_response' : test_response_plot_kwargs ,
274277 'nyquist_plot' : test_matplotlib_kwargs ,
278+ 'LTI.nyquist_plot' : test_matplotlib_kwargs ,
275279 'phase_plane_plot' : test_matplotlib_kwargs ,
276280 'parallel' : test_unrecognized_kwargs ,
277281 'pole_zero_plot' : test_unrecognized_kwargs ,
0 commit comments