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 broken serialisation in panel.io.location #2520

Merged
merged 1 commit into from
Jul 10, 2021

Conversation

mathrick
Copy link
Contributor

@mathrick mathrick commented Jul 9, 2021

The serialised value was never actually captured, which would invariably lead to JSON serialisation errors for any value other than a simple string

The serialised value was never actually captured, which would invariably lead to JSON serialisation errors for any value other than a simple string
@codecov
Copy link

codecov bot commented Jul 10, 2021

Codecov Report

Merging #2520 (115f33e) into master (3de416e) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2520   +/-   ##
=======================================
  Coverage   83.30%   83.30%           
=======================================
  Files         184      184           
  Lines       23186    23186           
=======================================
+ Hits        19314    19315    +1     
+ Misses       3872     3871    -1     
Impacted Files Coverage Δ
panel/io/location.py 88.54% <100.00%> (ø)
panel/tests/pane/test_plotly.py 98.73% <0.00%> (+0.63%) ⬆️

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 3de416e...115f33e. Read the comment docs.

@philippjfr philippjfr merged commit 1a37072 into holoviz:master Jul 10, 2021
@mathrick mathrick deleted the patch-1 branch July 11, 2021 04:38
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.

None yet

2 participants