Closed gianluparri03 closed 3 years ago
Hi gianluparri03, I'll do the code review the next week. Much appreciated your contribution.
Ah man, I had a heck of a time figuring out an intermittent issue due to the outliers filter. Basically, if the middle measurement (median) happens to be zero, the outliers don't get filtered at all. This Pull Request from 2 years ago would have fixed this...
I have rewritten some part of the
HX711
python class, and completely rewritten theoutliers_filter
function (I keep you method, just how's written)