Skip to content

Commit

Permalink
remove backend from dist_fit
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Apr 24, 2024
1 parent 0dd32d4 commit 45b6fb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/estimate_delay.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ dist_fit <- function(values = NULL, samples = 1000, cores = 1,
warmup = 1000,
control = list(adapt_delta = adapt_delta),
chains = chains,
cores = cores,
backend = backend
cores = cores
),
data = data, verbose = verbose, model = "dist_fit"
)
Expand Down

0 comments on commit 45b6fb3

Please sign in to comment.