You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The docs of the singlediode.bishop88* functions say that breakdown_factor can be numeric, but these functions crash when breakdown_factor is an array of length two or more. This is caused by the if-statement here.
Expected behavior
The functions can be modified to support the numeric type for breakdown_factor, or the docs can be updated to say that breakdown_factor must be a float.