From 45b6fb35b5e7796f976f84b40c09573458df3c92 Mon Sep 17 00:00:00 2001 From: Sebastian Funk Date: Wed, 24 Apr 2024 21:41:38 +0100 Subject: [PATCH] remove backend from dist_fit --- R/estimate_delay.R | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/R/estimate_delay.R b/R/estimate_delay.R index 6599c30e1..e45e1c53b 100644 --- a/R/estimate_delay.R +++ b/R/estimate_delay.R @@ -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" )