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

Handle margin=None in layout sizing mode computation #6267

Merged
merged 2 commits into from
Jan 24, 2024

Conversation

philippjfr
Copy link
Member

Fixes #6265

Copy link

@banesullivan-kobold banesullivan-kobold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic! Thank you for addressing this!

Copy link

codecov bot commented Jan 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (269b433) 84.19% compared to head (2c6b3c9) 71.84%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #6267       +/-   ##
===========================================
- Coverage   84.19%   71.84%   -12.36%     
===========================================
  Files         301      301               
  Lines       45200    45233       +33     
===========================================
- Hits        38056    32496     -5560     
- Misses       7144    12737     +5593     
Flag Coverage Δ
ui-tests ?
unitexamples-tests 71.84% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@philippjfr philippjfr merged commit 0343958 into main Jan 24, 2024
14 of 15 checks passed
@philippjfr philippjfr deleted the compute_sizing_mode_none_margin branch January 24, 2024 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panel._compute_sizing_mode not gracefully handling None
2 participants