Skip to content

Commit

Permalink
Adopt setup.R to the fix for issue stan-dev#158.
Browse files Browse the repository at this point in the history
  • Loading branch information
fweber144 committed Jul 6, 2021
1 parent 4b45bdd commit 28dc566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ndr_ncl_pred_tst <- list(
# solterms_x <- c("xco.2", "xca.1")
solterms_x <- c("xco.2", "xco.1")
###
solterms_z <- c("(1 | z.1)", "xco.1 + (xco.1 | z.1)")
solterms_z <- c("(1 | z.1)", "(xco.1 | z.1)")
solterms_s <- c("s(s.1)", "s(s.2)")

# Data --------------------------------------------------------------------
Expand Down

0 comments on commit 28dc566

Please sign in to comment.