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
The pydata/sparse#865 is almost ready - we only have a few edge cases for jl.reshape function missing.
ATM reshape doesn't cover cases where input is a scalar and reshape is meant to expand dims. Likewise, for one-element tensors when dropping dims (and hypothesis in Array API tests came across these cases).