Skip to content

Commit

Permalink
Merge pull request #612 from stan-dev/avehtari-patch-1
Browse files Browse the repository at this point in the history
Update .set_nreps
  • Loading branch information
bgoodri committed Jan 8, 2024
2 parents a9889e6 + 6b5d1b6 commit 5b0c0df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/pp_check.R
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,10 @@ is_binomial_ppc <- function(object, ...) {
"violin_grouped" = nreps, # NULL ok
"km_overlay" = nreps %ORifNULL% 50,

# PIT-ECDFs
"pit_ecdf" = .ignore_nreps(nreps),
"pit_ecdf_grouped" = .ignore_nreps(nreps),

# PREDICTIVE ERRORS
"error_binned" = nreps %ORifNULL% 3,
"error_hist" = nreps %ORifNULL% 3,
Expand Down

0 comments on commit 5b0c0df

Please sign in to comment.