milcent / benford_py

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

Divide by zero warning from np.where in Kullback-Leibler Divergence #52

Closed milcent closed 3 years ago

milcent commented 3 years ago

Fixed in c825190d79467bebc76e3445cee8d77d15eecf7a, SO solution here.