scikit-adaptation / skada

Domain adaptation toolbox compatible with scikit-learn and pytorch
https://scikit-adaptation.github.io/
BSD 3-Clause "New" or "Revised" License
56 stars 16 forks source link

[WIP] Increasing coverage for _sample_generator.py #109

Closed BuenoRuben closed 5 months ago

BuenoRuben commented 5 months ago

in this PR we focus on increasing the coverage of tests that concern dataset generation

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.95%. Comparing base (d69c556) to head (f0e6d19).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #109 +/- ## ========================================== + Coverage 90.03% 90.95% +0.91% ========================================== Files 41 41 Lines 2981 3029 +48 ========================================== + Hits 2684 2755 +71 + Misses 297 274 -23 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rflamary commented 5 months ago

@BuenoRuben you should start a new branch from main insterad of from another branch. you have some commits from 3 weeks ago that do not seem to come from this PR ;).