Closed mikewoodward94 closed 5 months ago
Coverage Report
File Stmts Miss Cover Missing mlops Experiment.py 153 31 80% 44–49, 72, 77–78, 95, 97, 102, 172–186, 205, 207–208, 256–257, 261–265, 269–270, 277–278 ProjectFile.py 23 1 96% 41 cli.py 54 17 69% 19–22, 36, 58–64, 84–86, 94–97, 105–106, 111 mlops/release Release.py 33 7 79% 24, 28, 33–38 mlops/release/destinations ReleaseDestination.py 9 1 89% 18 SharepointDestination.py 6 2 67% 12–13 ZenodoDestination.py 33 19 42% 21–25, 29–35, 43–60 mlops/release/sources MLFlowSource.py 13 6 54% 13–14, 21–27 ReleaseSource.py 14 2 86% 14, 23 mlops/utils Config.py 17 17 0% 1–24 TOTAL 392 103 74%
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
17 | 0 :zzz: | 0 :x: | 0 :fire: | 3m 11s :stopwatch: |
Updated Experiment.py to properly populate GPU specific docker args when GPU is requested and available.
Changed:
check_gpu() to function as a check to see if GPU is requested, as if it's requested but not available, this creates a useful log warning later on in run().
run() to correctly add the docker args when gpu available and requested.