In Issue #153 a few lines of code were commented out to keep CodeCov at 100%. These lines contain a try-catch block to catch a possible LearningError and PredictionError for errors that we already cover. It may be possible that we didn't cover every Error and these would still be thrown. We cannot think of a case and can't write tests for these as a consequence.
Either we remove these lines completely or we take into account that CodeCov is not at 100% anymore.
Link to the PR: #355