-
- Downloads
remove unneeded numpy output storage
The 'out' parameter is only used when you don't want numpy to allocate a new array for the result, which is not the case here.
Please register or sign in to comment
The 'out' parameter is only used when you don't want numpy to allocate a new array for the result, which is not the case here.