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 that HoloViews callback events are not auto-dispatched #3528

Merged
merged 1 commit into from
May 17, 2022

Conversation

philippjfr
Copy link
Member

Auto-dispatching, which is very useful for making Bokeh callbacks running inside the notebook behave as if they were running on the server, was causing havoc with HoloViews callback system.

@codecov
Copy link

codecov bot commented May 16, 2022

Codecov Report

Merging #3528 (64c0b6a) into master (05e8bbe) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #3528   +/-   ##
=======================================
  Coverage   82.82%   82.82%           
=======================================
  Files         199      199           
  Lines       27360    27364    +4     
=======================================
+ Hits        22661    22665    +4     
  Misses       4699     4699           
Impacted Files Coverage Δ
panel/pane/holoviews.py 79.79% <100.00%> (+0.12%) ⬆️
panel/pane/plot.py 58.58% <100.00%> (+0.21%) ⬆️

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 05e8bbe...64c0b6a. Read the comment docs.

@philippjfr philippjfr merged commit 97a3c49 into master May 17, 2022
@philippjfr philippjfr deleted the hv_autodispatch branch May 17, 2022 14:26
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.

1 participant