We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
simulate-DADesign
# DADesign ---- test_that("simulate-DADesign produces consistent results", { opts <- McmcOptions( burnin = 100L, step = 2L, samples = 200L, rng_kind = "Mersenne-Twister", rng_seed = 311714 ) design <- .DefaultDADesign() actual <- simulate( design, nsim = 2, seed = 311714, mcmcOptions = opts, truthTox = probFunction(design@model, alpha0 = 2, alpha1 = 3), truthSurv = function(x, onset = 15) { a <- pexp(28, 1 / onset, lower.tail = FALSE) 1 - (pexp(x, 1 / onset, lower.tail = FALSE) - a) / (1 - a) } ) expect_snapshot(actual) })
Fails with the following error:
This is therefore a failure in execution, not of expectation.
The text was updated successfully, but these errors were encountered:
DataDA
No branches or pull requests
Fails with the following error:
![image](https://private-user-images.githubusercontent.com/133956382/326723284-e455c3b9-b4cb-456c-81bb-1b788d7cfcb6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MjkyMjIsIm5iZiI6MTczOTUyODkyMiwicGF0aCI6Ii8xMzM5NTYzODIvMzI2NzIzMjg0LWU0NTVjM2I5LWI0Y2ItNDU2Yy04MWJiLTFiNzg4ZDdjZmNiNi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQxMDI4NDJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xZWYzMWI4YTNlOGE0ODAyMGIyMTk5YTA3MWIzNzIzZjIyNjgyMGVjZmZjMmQzZDU2Y2U5NGRiNWU5OTBmNzhiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.i3msX3kjnc-Ie9cy0DJ2g-VgvGwHZaQidP8pd9NZrXo)
This is therefore a failure in execution, not of expectation.
The text was updated successfully, but these errors were encountered: