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

Add a DiscretePlayer class #171

Merged
merged 2 commits into from
Nov 29, 2018
Merged

Add a DiscretePlayer class #171

merged 2 commits into from
Nov 29, 2018

Conversation

philippjfr
Copy link
Member

@philippjfr philippjfr commented Nov 29, 2018

Adds a DiscretePlayer class which is analogous to DiscreteSlider, i.e. rather than start and end values it has a options list, which it iterates over.

  • Adds unit tests

@codecov-io
Copy link

codecov-io commented Nov 29, 2018

Codecov Report

Merging #171 into master will increase coverage by 0.34%.
The diff coverage is 93.87%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #171      +/-   ##
=========================================
+ Coverage   90.05%   90.4%   +0.34%     
=========================================
  Files          30      30              
  Lines        4698    4823     +125     
=========================================
+ Hits         4231    4360     +129     
+ Misses        467     463       -4
Impacted Files Coverage Δ
panel/tests/test_widgets.py 100% <100%> (ø) ⬆️
panel/widgets.py 95.22% <90.9%> (-0.35%) ⬇️
panel/param.py 93.98% <0%> (+3.7%) ⬆️

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 61750d8...b82596c. Read the comment docs.

@philippjfr philippjfr merged commit 7b12ffc into master Nov 29, 2018
@philippjfr philippjfr deleted the discrete_player branch March 6, 2019 14:47
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