Skip to content

Commit

Permalink
Indent comment
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Funk <[email protected]>
  • Loading branch information
jamesmbaazam and sbfnk authored May 28, 2024
1 parent b91c5a0 commit 2987267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/likelihood.R
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ likelihood <- function(chains, statistic = c("size", "length"), offspring_dist,
if (missing(stat_threshold) && .is_epichains_summary(chains)) {
stat_threshold <- attr(chains, "stat_threshold")
}
# chains must be at most stat_threshold
# chains must be at most stat_threshold
if (is.finite(stat_threshold)) {
chains <- pmin(chains, stat_threshold)
}
Expand Down

0 comments on commit 2987267

Please sign in to comment.