scikit-adaptation / skada

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

Fix DiscriminatorReweightDensity and ReweightDensity #118

Closed antoinedemathelin closed 4 months ago

antoinedemathelin commented 4 months ago

Hi, I make small corrections for both methods, as discussed in #112

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 91.68%. Comparing base (e054799) to head (f899dae).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #118 +/- ## ========================================== - Coverage 91.70% 91.68% -0.03% ========================================== Files 43 43 Lines 3341 3344 +3 ========================================== + Hits 3064 3066 +2 - Misses 277 278 +1 ```

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

antoinedemathelin commented 4 months ago

Codecov is red ? However, I did not add any new "untested" line...