Skip to content

pggg.mcmc.DrawParameters returns failed scheduled cores #76

Open
@lejarx

Description

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())

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions