Skip to content

Commit

Permalink
Merge branch 'hotfix/reports_usage' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
milcent committed Mar 27, 2020
2 parents fd3c78b + 374dd92 commit 37d7a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions benford/benford.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
from .expected import First, Second, LastTwo, _test_
from .viz import _get_plot_args, plot_digs, plot_sum, plot_ordered_mantissas,\
plot_mantissa_arc_test, plot_roll_mse, plot_roll_mad
from .reports import _inform_, _report_mad_, _report_summ_, _report_KS_,\
_report_Z_, _report_chi2_, _report_test_, _deprecate_inform_,\
from .reports import _inform_, _report_mad_, _report_test_, _deprecate_inform_,\
_report_mantissa_
from .stats import Z_score, chi_square, chi_square_2, KS, KS_2

Expand Down
2 changes: 1 addition & 1 deletion benford/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def _report_summ_(test, high_diff):
else:
print('\nThe top Absolute Differences are:\n')
print(test.sort_values('AbsDif', ascending=False))


def _report_test_(test, high=None, crit_vals=None):
"""Main report function. Receives the Args: to report with, initiates
Expand Down

0 comments on commit 37d7a4c

Please sign in to comment.