Skip to content

Commit

Permalink
fixing long-running example
Browse files Browse the repository at this point in the history
  • Loading branch information
osorensen committed Mar 13, 2024
1 parent 5163e27 commit bb5c05b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions inst/examples/update_mallows_example.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ mod <- compute_mallows(
compute_options = set_compute_options(nmc = 3000, burnin = 1000)
)

# Next we provide assessors 21 to 60 one at a time.
for(i in 21:60){
# Next we provide assessors 21 to 24 one at a time.
for(i in 21:24){
mod <- update_mallows(
model = mod,
new_data = setup_rank_data(
Expand Down
4 changes: 2 additions & 2 deletions man/plot.SMCMallows.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/update_mallows.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bb5c05b

Please sign in to comment.