You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm attempting to use NEP18 functionality to include sparse arrays in xarray's unstack refactor: pydata/xarray#4746
I'm not that familiar with the NEP18 interface, but currently I'm getting failures when using np.full_like and including a sparse keyword argument. Even if sparse doesn't require it, could it pass it through to maintain compatibility?
Describe the bug
I'm attempting to use NEP18 functionality to include sparse arrays in xarray's unstack refactor: pydata/xarray#4746
I'm not that familiar with the NEP18 interface, but currently I'm getting failures when using
np.full_like
and including asparse
keyword argument. Even if sparse doesn't require it, could it pass it through to maintain compatibility?To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
System
sparse
version (sparse.__version__
) 0.11.2np.__version__
) 1.19.2numba.__version__
) 0.51.2Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: