scikit-adaptation / skada

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

FIX test collection don't run examples #209

Closed tomMoral closed 1 month ago

tomMoral commented 1 month ago

On a fresh system, running pytest --collect-only will run the examples. This is typically done by the pytest extension of VSCode, which is annoying. This fixes the test collection.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 96.74%. Comparing base (4b2b78c) to head (ea213f4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #209 +/- ## ========================================== - Coverage 97.00% 96.74% -0.27% ========================================== Files 54 54 Lines 5312 5311 -1 ========================================== - Hits 5153 5138 -15 - Misses 159 173 +14 ```