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 Widget.from_param when precedence is negative #3199

Merged
merged 1 commit into from
Feb 15, 2022

Conversation

philippjfr
Copy link
Member

Fixes #3187

@codecov
Copy link

codecov bot commented Feb 15, 2022

Codecov Report

Merging #3199 (f00a8aa) into master (4ae7887) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3199      +/-   ##
==========================================
- Coverage   82.99%   82.98%   -0.01%     
==========================================
  Files         193      193              
  Lines       25626    25637      +11     
==========================================
+ Hits        21268    21276       +8     
- Misses       4358     4361       +3     
Impacted Files Coverage Δ
panel/tests/widgets/test_base.py 100.00% <100.00%> (ø)
panel/widgets/base.py 94.73% <100.00%> (+0.07%) ⬆️
panel/io/reload.py 69.23% <0.00%> (-2.20%) ⬇️
panel/tests/pane/test_plotly.py 98.15% <0.00%> (-0.62%) ⬇️

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 4ae7887...f00a8aa. Read the comment docs.

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.

IndexError when calling from_param on a Parameter with a negative precedence
1 participant