Skip to content

Commit

Permalink
Update tests/testthat/test-walk.R
Browse files Browse the repository at this point in the history
Co-authored-by: Wes Hinsley <[email protected]>
  • Loading branch information
richfitz and weshinsley authored May 10, 2024
1 parent 9f19048 commit 776c640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-walk.R
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ test_that("can update parameters for grouped models", {
})


test_that("can update parameters for grouped models", {
test_that("params must be same length to update", {
pars1 <- lapply(1:4, function(sd) list(sd = sd, random_initial = TRUE))
pars2 <- lapply(1:5, function(sd) list(sd = 10 * sd))
obj <- dust2_cpu_walk_alloc(pars1, 0, 1, 10, 4, 42, FALSE)
Expand Down

0 comments on commit 776c640

Please sign in to comment.