inaos / iron-array

2 stars 0 forks source link

Problems when computing the mean of a slice #459

Closed martaiborra closed 2 years ago

martaiborra commented 3 years ago

If we try to compute the mean from a slice, the result is not correct. This is reproduced in the attached example. ex_bug_reduce.txt

FrancescAlted commented 3 years ago

Thanks. Next time remember to use a .py file extension for Python code ;-)

FrancescAlted commented 2 years ago

Also, it would be nice to test whether matmul works on views too.

FrancescAlted commented 2 years ago

And the same goes for expressions of views.

aleixalcacer commented 2 years ago

https://github.com/inaos/iron-array/pull/495