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

Ensure dynamically created subplots can be updated #5555

Merged
merged 3 commits into from
Dec 12, 2022

Conversation

philippjfr
Copy link
Member

@philippjfr philippjfr commented Dec 9, 2022

This was a very bad bug that definitely should have been caught.

Fixes #5168

@codecov-commenter
Copy link

codecov-commenter commented Dec 9, 2022

Codecov Report

Merging #5555 (c47c698) into master (a0e9346) will increase coverage by 0.00%.
The diff coverage is 95.23%.

@@           Coverage Diff           @@
##           master    #5555   +/-   ##
=======================================
  Coverage   88.12%   88.13%           
=======================================
  Files         302      302           
  Lines       62284    62304   +20     
=======================================
+ Hits        54890    54910   +20     
  Misses       7394     7394           
Impacted Files Coverage Δ
holoviews/plotting/plot.py 92.86% <66.66%> (-0.08%) ⬇️
holoviews/tests/plotting/bokeh/test_overlayplot.py 100.00% <100.00%> (ø)
holoviews/plotting/bokeh/path.py 91.90% <0.00%> (+0.47%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jlstevens
Copy link
Contributor

Thanks for the fix!

As you say this was resulting in very confusing behavior which my explain why I've always reached for NdOverlays when returning from DynamicMaps.

Will merge when the tests pass for inclusion in the immediate follow up release.

@jlstevens
Copy link
Contributor

Tests passed. Merging now as this is an important fix.

@jlstevens jlstevens merged commit 25681df into master Dec 12, 2022
@jlstevens jlstevens deleted the fix_dynamic_subplots branch December 12, 2022 09:27
@hoxbro hoxbro added this to the 1.15.4 milestone Dec 13, 2022
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect behavior of DynamicMap returning Overlay of certain Element types
4 participants