Skip to content

Commit

Permalink
moderate scale
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed May 30, 2024
1 parent 9dc6cd3 commit ca79728
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vignettes/sbc/_targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ list(
run_simulation(
scenario = scenario,
prior = prior,
chains = 1, # 4L,
warmup = 10, # 2000L,
iter = 20 # 4000L
chains = 3L,
warmup = 2000L,
iter = 4000L
),
batches = 1,
reps = 1 #1000
reps = 100
),
tar_target(
results,
Expand Down

0 comments on commit ca79728

Please sign in to comment.