Closed maho3 closed 10 months ago
Attention: 302 lines
in your changes are missing coverage. Please review.
Comparison is base (
17532c4
) 97.27% compared to head (38d13b0
) 79.24%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Revises setup.cfg , addressing #133 .
Now,
pip install -e ltu-ili
will automatically detect which python version you're using and install the correct backend. tensorflow for Python<3.7 or torch for Python>=3.7.pip install -e "ltu-ili[torch]"
orpip install -e "ltu-ili[tensorflow]"
.ltu-ili[docs]
orltu-ili[dev]
to install supplementary doc-building or test-running packages. These will likely only be handled by developers.