- Notifications
You must be signed in to change notification settings - Fork446
Closed
Description
For certain systems, when "indent_direction" is set to 'none', a ValueError is thrown on
python-control/control/freqplot.py
Line 1456 in71bd731
| count=int(np.round(encirclements,0)) |
Code to reproduce:
importsympyassmpfromcontrolimporttf,nyquist_responses=tf('s')tf1= ((1+5/s)/(1+0.5/s))**2# Double-Lag-Compensatornyquist_response(tf1,warn_encirclements=False,indent_direction='none')
Metadata
Metadata
Assignees
Labels
No labels