-
Notifications
You must be signed in to change notification settings - Fork 453
Closed
Labels
Description
When trying to create the nyquist plot from an FRD system
freq_response = ct.FRD(response, frequencies)
ct.nyquist_plot(freq_response)the plotting fails with the following error
AttributeError: 'FrequencyResponseData' object has no attribute 'poles' during the call of _default_frequency_range
version: 0.10.0
Reactions are currently unavailable