Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Oct 17, 2021
1 parent 85536c1 commit 80ef58a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benfordslaw/examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
isben2 = bl.fit(x)
print(f"isben2 {isben2}")
print(f"P_significant: {isben2['P_significant']}")
if not isben2['P_significant']:
print("sorry, nope.")

# %% USA example
from benfordslaw import benfordslaw
Expand Down

0 comments on commit 80ef58a

Please sign in to comment.