Skip to content

Commit

Permalink
remove obsolete line
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Oct 19, 2023
1 parent b051673 commit 8a85f23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/create.R
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,6 @@ create_initial_conditions <- function(data) {
init_fun <- function() {
out <- list()
if (data$delay_n_p > 0) {
out$delay_mean <- array(rep(0, data$delay_n_p))
lower_bounds <- rep(-Inf, data$delay_n_p)
## gamma
lower_bounds[data$dist == 1] <- 0
Expand Down

0 comments on commit 8a85f23

Please sign in to comment.