Al Hermann reported failure messages when trying to use stats_histogram function.
The only time it worked was when the data input was the same as the midpoints input.
This function is a PyEF - external function written in Python making use of numpy.histogram
Investigation shows that the influences array somehow got reversed, so the axis of the result were coming from the data array when it should be coming from the midpoints array.
Al Hermann reported failure messages when trying to use stats_histogram function. The only time it worked was when the data input was the same as the midpoints input.
This function is a PyEF - external function written in Python making use of numpy.histogram
Investigation shows that the influences array somehow got reversed, so the axis of the result were coming from the data array when it should be coming from the midpoints array.