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
This broke the build with this error on Python 3.4:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
I suspect this could be fixed pretty easily if anyone has the inclination.
It seems in some scenarios i observed
KT > 1
andZeroDivisionError
. So i made changes to my own code like this. This might be helpful for others.The text was updated successfully, but these errors were encountered: