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

dc.parfit fails when n.clones is of length 1 #13

Open
psolymos opened this issue Apr 15, 2019 · 0 comments
Open

dc.parfit fails when n.clones is of length 1 #13

psolymos opened this issue Apr 15, 2019 · 0 comments
Labels

Comments

@psolymos
Copy link
Contributor

psolymos commented Apr 15, 2019

It works fine with n.clones=c(2,3) for example but it fails when n.clones=2 with this (partype="balancing"):

Parallel computation in progress

Error in pmod[[i]] : 
  attempt to select less than one element in integerOneIndex

When partype="parchains" it works fine in all cases.

partype="both" errors with this:

Parallel computation in progress

Error in attr(data, "mcpar") <- c(start, end, thin) : 
  attempt to set an attribute on NULL
@psolymos psolymos added the bug label Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant