- Notifications
You must be signed in to change notification settings - Fork441
Closed
Milestone
Description
Hi,
I found a bug in _common_den() method, line 935 in xferfcn.py file. The line code is :
num[i, j, maxindex+1-len(numpoly):maxindex+1] = numpoly
The error happen when numerator order is larger than denominator order. The error message is "ValueError: could not broadcast input array from shape (4) into shape (1)"