OHDSI / DeepPatientLevelPrediction

An R package for performing patient level prediction using deep learning in an observational database in the OMOP Common Data Model.
https://ohdsi.github.io/DeepPatientLevelPrediction
10 stars 4 forks source link

Resolve an issue with empty test for training cache #84

Closed lhjohn closed 1 year ago

lhjohn commented 1 year ago

Resolves https://github.com/OHDSI/DeepPatientLevelPrediction/issues/79

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (31ef832) 99.01% compared to head (99615b0) 99.01%. Report is 1 commits behind head on develop.

:exclamation: Current head 99615b0 differs from pull request most recent head 24e7110. Consider uploading reports for the commit 24e7110 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #84 +/- ## ======================================== Coverage 99.01% 99.01% ======================================== Files 9 9 Lines 408 408 ======================================== Hits 404 404 Misses 4 4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

egillax commented 1 year ago

Thanks! merging