We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It works fine with n.clones=c(2,3) for example but it fails when n.clones=2 with this (partype="balancing"):
n.clones=c(2,3)
n.clones=2
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="parchains"
partype="both" errors with this:
partype="both"
Parallel computation in progress Error in attr(data, "mcpar") <- c(start, end, thin) : attempt to set an attribute on NULL
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It works fine with
n.clones=c(2,3)
for example but it fails whenn.clones=2
with this (partype="balancing"
):When
partype="parchains"
it works fine in all cases.partype="both"
errors with this:The text was updated successfully, but these errors were encountered: