Skip to content

Commit

Permalink
Uploading validation report for commit e2ba9b3
Browse files Browse the repository at this point in the history
Furthermore fixing a small test result precision problem in test-functions_multiple_tte.R
  • Loading branch information
LukasDSauer committed Jan 2, 2024
1 parent e2ba9b3 commit 4bd43c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-functions_multiple_tte.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test_that("probability to go to phase III increases with lower hazard ratio", {
id1 = 300,
id2 = 600,
rho = 0.3)),
0.3391, tolerance = 1e-06)
0.3391463, tolerance = 1e-05)
})


Expand All @@ -63,5 +63,5 @@ test_that("os_tte works", {
id1 = 300,
id2 = 600,
rho = 0.3)),
0.3391, tolerance = 1e-06)
0.3391463, tolerance = 1e-05)
})
Binary file modified validation/validation.pdf
Binary file not shown.

0 comments on commit 4bd43c2

Please sign in to comment.