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

Reduce cache size #90

Closed lhjohn closed 11 months ago

lhjohn commented 11 months ago

Resolves issue https://github.com/OHDSI/DeepPatientLevelPrediction/issues/88.

codecov[bot] commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (ff9e22e) 99.59% compared to head (ad5b413) 99.59%.

:exclamation: Current head ad5b413 differs from pull request most recent head 53af472. Consider uploading reports for the commit 53af472 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #90 +/- ## ======================================== Coverage 99.59% 99.59% ======================================== Files 9 9 Lines 488 493 +5 ======================================== + Hits 486 491 +5 Misses 2 2 ``` | [Files](https://app.codecov.io/gh/OHDSI/DeepPatientLevelPrediction/pull/90?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OHDSI) | Coverage Δ | | |---|---|---| | [R/Estimator.R](https://app.codecov.io/gh/OHDSI/DeepPatientLevelPrediction/pull/90?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OHDSI#diff-Ui9Fc3RpbWF0b3IuUg==) | `100.00% <100.00%> (ø)` | |

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

egillax commented 11 months ago

Could you add a unit test for this?

lhjohn commented 11 months ago

Resolves issue https://github.com/OHDSI/DeepPatientLevelPrediction/issues/88.