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
I just understood that reshapes can't always be views. I think xtensor should reject if reshape views if incompatible, but that doesn't seem to be the case:
I just understood that reshapes can't always be views. I think xtensor should reject if reshape views if incompatible, but that doesn't seem to be the case:
(This should fail, but it doesn't, so what does it return?)
I think mostly nd.median might be at risk. But, we finally can use
flatten()
andreshape
afterwards to fix it!The text was updated successfully, but these errors were encountered: