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

Fix a bug in the clone method of the layouts #1349

Merged
merged 2 commits into from
May 16, 2020

Conversation

maximlt
Copy link
Member

@maximlt maximlt commented May 15, 2020

Fixes #1329

Which was caused by a tiny bug in the clone method.

@codecov
Copy link

codecov bot commented May 15, 2020

Codecov Report

Merging #1349 into master will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1349      +/-   ##
==========================================
+ Coverage   87.51%   87.54%   +0.03%     
==========================================
  Files         130      130              
  Lines       13759    13783      +24     
==========================================
+ Hits        12041    12067      +26     
+ Misses       1718     1716       -2     
Impacted Files Coverage Δ
panel/layout/base.py 91.18% <100.00%> (+0.55%) ⬆️
panel/tests/layout/test_base.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 489cc0c...5d0bdf9. Read the comment docs.

@philippjfr
Copy link
Member

Amazing, I was very confused by what could cause that issue.

@philippjfr philippjfr merged commit c4e9d40 into holoviz:master May 16, 2020
philippjfr pushed a commit that referenced this pull request May 24, 2020
* Fix clone method of layout

* Add tests to clone method of layour
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.

GridBox ncols not honored when rendering from a callable
2 participants