-
- Downloads
fix bug when user provides an incorrectly shaped array to an operator
The check 'if vec' is changed to 'if vec is not None', as the truth value of an array is ambiguous.
Loading
Please register or sign in to comment
The check 'if vec' is changed to 'if vec is not None', as the truth value of an array is ambiguous.