Skip to content

Commit

Permalink
Merge pull request #24 from pythonhealthdatascience/dev
Browse files Browse the repository at this point in the history
PATCH: more plot suppress warnings
  • Loading branch information
TomMonks authored Apr 22, 2024
2 parents 2944c74 + 5ccf745 commit 78f37a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion more_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def more_plotly(data, x_label, percentiles=(0.05, 0.95), suppress_warnings=False
name="CI 5th Percentile") # Orange


elif not surpress_warnings:
elif not suppress_warnings:
warnings.warn(WARN)

note = 'Shaded regions around vertical lines are 95% Confidence Intervals'
Expand Down

0 comments on commit 78f37a6

Please sign in to comment.