Skip to content
Snippets Groups Projects
Commit d6e9ef86 authored by Joseph Weston's avatar Joseph Weston
Browse files

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.
parent 39618993
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment