Skip to content

Commit

Permalink
change the sign of z since the another pr is merged first
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleBeannie committed Aug 16, 2024
1 parent 2c75f7d commit f251d24
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/testthat/test-unvalidated-sim_gs_n.R
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,9 @@ test_that("WLR with fh(0, 0.5) test at IA1, WLR with mb(6, Inf) at IA2, and mile
3.99084589541075, 11.6181044782549, 0.04986524
),
z = c(
-2.66458078201881, -2.96576494908061, 1.1017919,
-2.02623570402444, -2.14298279999738, 1.9969141,
-2.49558219632314, -2.81323027566226, 0.9543971
2.66458078201881, 2.96576494908061, 1.1017919,
2.02623570402444, 2.14298279999738, 1.9969141,
2.49558219632314, 2.81323027566226, 0.9543971
)
)
expect_equal(observed, expected)
Expand Down Expand Up @@ -517,9 +517,9 @@ test_that("sim_gs_n() can combine wlr(), rmst(), and milestone() tests", {
7.44263362582829, 0.739072978624375, 0.04986524
),
z = c(
-1.90987689210094, 1.40273642200249, 1.1017919,
-1.74511717188905, 1.82220407393879, 1.9969141,
-2.10969577332675, 1.80482023189919, 0.9543971
1.90987689210094, 1.40273642200249, 1.1017919,
1.74511717188905, 1.82220407393879, 1.9969141,
2.10969577332675, 1.80482023189919, 0.9543971
)
)
expect_equal(observed, expected)
Expand Down

0 comments on commit f251d24

Please sign in to comment.