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
Traceback (most recent call last):
File "<pyshell#27>", line 1, in <module>
v = ep.phasor(1, 178+ x)
File "C:\Python311\Lib\site-packages\electricpy\phasors.py", line 89, in phasorreturn _c.rect(mag, _np.radians(ang))
TypeError: only size-1 arrays can be converted to Python scalars
The text was updated successfully, but these errors were encountered:
There's got to be a way to support this syntax:
Presently, there's an error:
The text was updated successfully, but these errors were encountered: