Closed jamesmbaazam closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
d499296
) 99.11% compared to head (1eabf96
) 99.10%. Report is 2 commits behind head on main.:exclamation: Current head 1eabf96 differs from pull request most recent head 5bf2e13. Consider uploading reports for the commit 5bf2e13 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR closes #147 and fixes #162. It implements a few changes to improve how input checking is done:
check_offspring_valid()
andcheck_ntrees_valid()
in favour ofcheckmate
functions.check_generation_time_valid()
andcheck_offspring_func()
valid to usecheckmate::assert_*
instead of!checkmate::test_*
.