Skip to content

Commit

Permalink
Hotfix: Missing comma in test due to @seabbs review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs authored Dec 11, 2024
1 parent aaf95ef commit fe29615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-pcd_cmdstan_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ test_that("pcd_cmdstan_model recovers true values with no bound on D", {
data = stan_data,
seed = 123,
chains = 2,
parallel_chains = 2
parallel_chains = 2,
refresh = 0,
show_messages = FALSE,
iter_warmup = 500
Expand Down

0 comments on commit fe29615

Please sign in to comment.