-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port tests to new interface #124
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #124 +/- ##
==========================================
- Coverage 99.52% 98.54% -0.99%
==========================================
Files 73 73
Lines 5891 5909 +18
==========================================
- Hits 5863 5823 -40
- Misses 28 86 +58 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good - a couple of unimportant things I spotted...
tests/testthat/test-rng.R
Outdated
@@ -488,6 +502,7 @@ test_that("multinomial algorithm is correct", { | |||
size <- 20 | |||
n <- 5 | |||
|
|||
r <- monty_rng$new(seed = 1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't think this gets used?
Co-authored-by: Wes Hinsley <[email protected]>
This ports most tests over.
This PR allows @edknock to get the tests set up for Weibull and LogNormal though