Skip to content

Commit

Permalink
fixed imports in stats.py
Browse files Browse the repository at this point in the history
  • Loading branch information
milcent committed Nov 17, 2020
1 parent 56ab8d4 commit 9b147be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benford/stats.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from numpy import sqrt
from .constants import crit_chi2, KS_crit
from .constants import crit_chi2, KS_crit, mad_dict, digs_dict


def Z_score(frame, N):
Expand Down

0 comments on commit 9b147be

Please sign in to comment.