Skip to content

Commit

Permalink
Actually use upper
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Apr 30, 2024
1 parent 1adcd95 commit a9bae5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/extract_param.R
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ extract_param <- function(type = c("percentiles", "range"),
method = "L-BFGS-B",
val = values_in,
dist = distribution,
lower = lower
lower = lower,
upper = upper
), error = function(e) {
stop("found inf value in ", distribution)
})
Expand Down

0 comments on commit a9bae5c

Please sign in to comment.