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 _utils.py::get_permutation_scores #5

Merged
merged 2 commits into from
Oct 4, 2022

Conversation

WeilerP
Copy link
Collaborator

@WeilerP WeilerP commented Aug 12, 2022

New

  • Adds _utils.py::get_permutation_scores to load permutation scores as shown in the manuscript.

Related issues

Closes #4.

Ubuntu added 2 commits August 12, 2022 12:30
Adds function `get_permutation_scores` to load pre-computed permutation
scores.
Makes `get_permutation_scores` importable.
@WeilerP WeilerP requested a review from adamgayoso August 12, 2022 12:34
@codecov
Copy link

codecov bot commented Aug 12, 2022

Codecov Report

Merging #5 (44a2e65) into main (629141f) will decrease coverage by 0.61%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##             main       #5      +/-   ##
==========================================
- Coverage   81.85%   81.23%   -0.62%     
==========================================
  Files           5        5              
  Lines         799      810      +11     
==========================================
+ Hits          654      658       +4     
- Misses        145      152       +7     
Impacted Files Coverage Δ
velovi/_utils.py 37.03% <41.66%> (-0.47%) ⬇️
velovi/__init__.py 95.65% <100.00%> (ø)

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

@WeilerP
Copy link
Collaborator Author

WeilerP commented Oct 4, 2022

@adamgayoso, any objections?

@adamgayoso adamgayoso merged commit 97d9926 into main Oct 4, 2022
@adamgayoso adamgayoso deleted the feat/permutation_score_loading branch October 4, 2022 21:16
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.

Precomputed permutation scores
2 participants