einsum
doesn't handle dtype
and optimize
kwargs
#589
Labels
bug
Indicates an unexpected problem or unintended behavior
Describe the bug
I tried to use
np.einsum
on a combination of dask and sparse arrays. I getTo Reproduce
Expected behavior
The output should match the pure numpy version
System
sparse
version 0.14.0np.__version__
): 1.23.5numba.__version__
): 0.56.4Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: