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

WIP: Refactor of subsampling module #98

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Added some test coverage for return_calculated, using a Series

dc1b3ff
Select commit
Loading
Failed to load commit list.
Open

WIP: Refactor of subsampling module #98

Added some test coverage for return_calculated, using a Series
dc1b3ff
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 19, 2024 in 1s

94.71% (-2.55%) compared to 7fcdf7a

View this Pull Request on Codecov

94.71% (-2.55%) compared to 7fcdf7a

Details

Codecov Report

Attention: Patch coverage is 81.96721% with 22 lines in your changes missing coverage. Please review.

Project coverage is 94.71%. Comparing base (7fcdf7a) to head (dc1b3ff).
Report is 197 commits behind head on master.

Files with missing lines Patch % Lines
src/alchemlyb/preprocessing/subsampling.py 81.96% 13 Missing and 9 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
- Coverage   97.26%   94.71%   -2.55%     
==========================================
  Files          12       12              
  Lines         695      776      +81     
  Branches      141      158      +17     
==========================================
+ Hits          676      735      +59     
- Misses          5       18      +13     
- Partials       14       23       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.