Using inner product .
from the Python side behaves as outer product.
#9
Labels
bug
Things not working as they should.
.
from the Python side behaves as outer product.
#9
This should raise some sort of error. Instead, it returns the result of
1 2 3 ∘.+ 1 2 3
.The issue seems to be in the
__op
inner function ofAPL.op
, that special cases"."
in a weird way.The text was updated successfully, but these errors were encountered: