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 test for roulette #164

Merged
merged 3 commits into from
Jan 6, 2023
Merged

Add test for roulette #164

merged 3 commits into from
Jan 6, 2023

Conversation

aloctavodia
Copy link
Contributor

closes #132

@codecov-commenter
Copy link

codecov-commenter commented Jan 6, 2023

Codecov Report

Merging #164 (6772a1e) into main (580b856) will increase coverage by 5.75%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #164      +/-   ##
==========================================
+ Coverage   79.95%   85.70%   +5.75%     
==========================================
  Files          20       23       +3     
  Lines        2370     2393      +23     
==========================================
+ Hits         1895     2051     +156     
+ Misses        475      342     -133     
Impacted Files Coverage Δ
preliz/__init__.py 100.00% <100.00%> (ø)
preliz/predictive/__init__.py 100.00% <100.00%> (ø)
preliz/predictive/ppa.py 10.29% <100.00%> (ø)
preliz/tests/test_roulette.py 100.00% <100.00%> (ø)
preliz/unidimensional/__init__.py 100.00% <100.00%> (ø)
preliz/unidimensional/maxent.py 78.94% <100.00%> (ø)
preliz/unidimensional/mle.py 94.44% <100.00%> (ø)
preliz/unidimensional/quartile.py 88.00% <100.00%> (ø)
preliz/unidimensional/roulette.py 75.30% <100.00%> (ø)
preliz/utils/utils.py 90.80% <0.00%> (+10.34%) ⬆️
... and 2 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@aloctavodia aloctavodia merged commit c2d07a7 into main Jan 6, 2023
@aloctavodia aloctavodia deleted the roulette_test branch January 6, 2023 01:30
This was referenced Jan 6, 2023
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.

Add test for roulette
2 participants