This fixes the mapreduce dispatch where things like sum(DA) were not hitting the correct mapreduce methods but computed through an iteration fallback. I will add a unit test to facilitate detecting this in the future, probably one involving Float32 summation as in #188 to make sure results are accumulated block-wise.
This fixes the mapreduce dispatch where things like
sum(DA)
were not hitting the correct mapreduce methods but computed through an iteration fallback. I will add a unit test to facilitate detecting this in the future, probably one involving Float32 summation as in #188 to make sure results are accumulated block-wise.