Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pggg.mcmc.DrawParameters returns failed scheduled cores #76

Open
lejarx opened this issue Nov 2, 2019 · 1 comment
Open

pggg.mcmc.DrawParameters returns failed scheduled cores #76

lejarx opened this issue Nov 2, 2019 · 1 comment

Comments

@lejarx
Copy link

lejarx commented Nov 2, 2019

Error in mcmc.list(lapply(draws, function(draw) draw$level_1[[i]])) :
  Arguments must be mcmc objects
In addition: Warning message:
In mclapply(1:chains, function(i) run_single_chain(i, cal.cbs, hyper_prior),  :
  scheduled cores 1, 2, 8 did not deliver results, all values of the jobs will be affected

I keep getting this failing scheduled cores when trying to run pggg.mcmc.DrawParameters

Example of my parameters is below

pggg.mcmc.DrawParameters(cal.cbs = cbs,
                                       mcmc = 10000, burnin = 10000, chains = 8, thin = 20,
                                       mc.cores = parallel::detectCores())
@mplatzer
Copy link
Owner

mplatzer commented Nov 4, 2019

please provide a reproducible example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants