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

Ignore deep/* tests when torch is not installed #133

Closed kachayev closed 4 months ago

kachayev commented 4 months ago

Closes #132

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 85.71429% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 97.62%. Comparing base (fc8abb8) to head (c8c2309).

Files Patch % Lines
skada/deep/__init__.py 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #133 +/- ## ======================================= Coverage 97.62% 97.62% ======================================= Files 47 47 Lines 3918 3924 +6 ======================================= + Hits 3825 3831 +6 Misses 93 93 ```

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

kachayev commented 4 months ago

@tgnassou Seems to be working now. Would you please double check?