Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant42491 committed Feb 20, 2024
1 parent 6958830 commit 13aa5df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions preliz/tests/test_beta_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ def test_invalid_bounds():


def test_plot_beta_mode():
_, _ = beta_mode(0.25, 0.75, 0.5, 0.9, plot=True,
plot_kwargs={"pointinterval": True})
_, _ = beta_mode(0.25, 0.75, 0.5, 0.9, plot=True, plot_kwargs={"pointinterval": True})

0 comments on commit 13aa5df

Please sign in to comment.