Closed chrismclarke closed 6 years ago
The calculation of a standard deviation when the minimum is 0 does not happen. It works if the min > 0, but 0 or even a negative number are valid entries (think savings or debt). Could you remove the restriction.
tested in chrome and seems fine, could be firefox/ie/edge issue or perhaps linked to previously thrown error (should review and fix those from sentry)
The calculation of a standard deviation when the minimum is 0 does not happen. It works if the min > 0, but 0 or even a negative number are valid entries (think savings or debt). Could you remove the restriction.