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
In order to get controllers to work with Python 2.7 I had to wrap the replace operation with a unicode call in the neg_token function. I suspect this is a Python 2 only issue and has no effect when using Python 3.
if unicode(x.replace('.','0')).isnumeric() == True:
In order to get controllers to work with Python 2.7 I had to wrap the
replace
operation with aunicode
call in theneg_token
function. I suspect this is a Python 2 only issue and has no effect when using Python 3.PYPOWER-Dynamics/pydyn/controller.py
Line 197 in bb90844
The text was updated successfully, but these errors were encountered: