milcent / benford_py

Python implementation of Benford's Law tests.
BSD 3-Clause "New" or "Revised" License
151 stars 52 forks source link

Critical KS val NoneType division #51

Closed milcent closed 3 years ago

milcent commented 3 years ago

The Kolmogorov Smirnof critical value is computed in real time when calling the Test class property critical_values. This causes it to break when the confidence is None.

milcent commented 3 years ago

Fixed in fe07bcf9b3758cd6db0ce93dbb3ce3255be6573a