Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass bootstrap option to boxplot stat computation #3562

Merged
merged 3 commits into from
Nov 18, 2023

Conversation

utkarshp
Copy link
Contributor

fixes #3561

Fixing bootstrap issue in boxplot
line too long fixed
@mwaskom mwaskom changed the title Update categorical.py Pass bootstrap option to boxplot stat computation Nov 17, 2023
Copy link

codecov bot commented Nov 17, 2023

Codecov Report

Merging #3562 (22aad7a) into master (63d91bf) will increase coverage by 0.00%.
Report is 3 commits behind head on master.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3562   +/-   ##
=======================================
  Coverage   98.34%   98.34%           
=======================================
  Files          75       75           
  Lines       24625    24626    +1     
=======================================
+ Hits        24217    24218    +1     
  Misses        408      408           
Files Coverage Δ
seaborn/categorical.py 98.91% <100.00%> (+<0.01%) ⬆️

@mwaskom
Copy link
Owner

mwaskom commented Nov 17, 2023

Thanks, please address the failing lint check though.

@mwaskom
Copy link
Owner

mwaskom commented Nov 18, 2023

Thanks!

@mwaskom mwaskom merged commit aa3da42 into mwaskom:master Nov 18, 2023
11 checks passed
@mwaskom mwaskom added this to the v0.13.1 milestone Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Boxplot throws an error with bootstrap
2 participants