OHDSI / PatientLevelPrediction

An R package for performing patient level prediction in an observational database in the OMOP Common Data Model.
https://ohdsi.github.io/PatientLevelPrediction
181 stars 88 forks source link

assign population if existing and added a test #428

Closed egillax closed 5 months ago

egillax commented 5 months ago

Fixed my own mistake - didn't assign the population object correctly in the last PR. Added a unit tests that tests when we use an existing population in our code.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f212580) 89.32% compared to head (118cc7c) 89.37%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #428 +/- ## =========================================== + Coverage 89.32% 89.37% +0.04% =========================================== Files 49 49 Lines 9830 9831 +1 =========================================== + Hits 8781 8786 +5 + Misses 1049 1045 -4 ```

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