GSTT-CSC / MLOps

Framework for building ML apps
GNU General Public License v3.0
9 stars 5 forks source link

Skip git check #80

Closed laurencejackson closed 2 years ago

laurencejackson commented 2 years ago

Adds a feature to skip the git check when running projects. This can be useful when working offline. Added appropriate warnings to make it clear that this feature should not be used outside of testing.

Python 3.10 is removed from test matrix until ITK 5.3 is released. Currently, py3.10 install fails due to scikit-build error. I've tested with the ITK5.3 release candidate and it works.

github-actions[bot] commented 2 years ago

Coverage

Coverage Report
FileStmtsMissCoverMissing
mlops
   Experiment.py1271787%36–41, 66, 68, 73, 111–112, 164, 194, 236–239, 243–244, 251–252
   ProjectFile.py27196%38
mlops/data/tools
   tools.py191616%27–52
mlops/data/transforms
   LoadImageXNATd.py493822%21–26, 47–103
TOTAL2477271% 

Tests Skipped Failures Errors Time
15 2 :zzz: 0 :x: 0 :fire: 2m 1s :stopwatch:
laurencejackson commented 2 years ago

Thanks @heyhaleema