Use infix operator where appropriate
Closed this issue · 1 comments
vprusso commented
As of PEP-0465, we should be using the infix @
operator over the *
operator where appropriate (i.e. , where we are performing any vector or matrix multiplication operations between numpy array objects).
purva-thakre commented
Linking the PR that will fix this: #797