Why is it that calling standard sum on a numpy array produces a different result than numpy.sum?
Observe in the following code, creating an numpy array and calling the builtin python sum
function produces different results than numpy.sum
Observe in the following code, creating an numpy array and calling the builtin python sum
function produces different results than numpy.sum