Skip to content

Pass bootstrap option to boxplot stat computation #3562

Merged
mwaskom merged 3 commits intomwaskom:masterfrom
utkarshp:master
Nov 18, 2023
Merged

Pass bootstrap option to boxplot stat computation #3562
mwaskom merged 3 commits intomwaskom:masterfrom
utkarshp:master

Conversation

@utkarshp
Copy link
Copy Markdown
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
@codecov
Copy link
Copy Markdown

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
Copy Markdown
Owner

mwaskom commented Nov 17, 2023

Thanks, please address the failing lint check though.

@mwaskom
Copy link
Copy Markdown
Owner

mwaskom commented Nov 18, 2023

Thanks!

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