Skip to content

Commit

Permalink
Updating missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Goldfeld committed Nov 22, 2023
1 parent c00370b commit 17faa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-missing_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test_that("genMiss works", {
def1 <- defData(def1, "x2", dist = "normal", formula = "20*m + 20*u", variance = 2)
def1 <- defData(def1, "x3", dist = "normal", formula = "20*m + 20*u", variance = 2)

dtAct1 <- genData(5000, def1)
dtAct1 <- genData(10000, def1)

hardProbForm <- runif(1)
form1val0 <- runif(1)
Expand Down

0 comments on commit 17faa9e

Please sign in to comment.