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
I'd guess that one of failing checks previously read if smth ..., but since implicit conversion to boolean for ndarrays are now forbidden, the check was replaced by len(smth), but I didn't dig into this.
The text was updated successfully, but these errors were encountered:
Here's a snippet to show what I'm talking about:
Apparently, it's a regression from 0.12.0, because
I'd guess that one of failing checks previously read
if smth ...
, but since implicit conversion to boolean for ndarrays are now forbidden, the check was replaced bylen(smth)
, but I didn't dig into this.The text was updated successfully, but these errors were encountered: