Skip to content

Commit

Permalink
ending hotfix/summ_verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
milcent committed Jan 24, 2021
2 parents acedd69 + 40fcde6 commit f7ff96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benford/benford.py
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ def summation(data, digs=2, decimals=2, sign='all', top=20, verbose=True,
if not isinstance(data, Source):
data = Source(data, sign=sign, decimals=decimals, verbose=verbose)

data = data.summation(digs=digs, top=top, verbose=verbose,
data = data.summation(digs=digs, top=top,
show_plot=show_plot, save_plot=save_plot,
save_plot_kwargs=save_plot_kwargs, ret_df=True)
if verbose:
Expand Down

0 comments on commit f7ff96f

Please sign in to comment.