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
parallelStartBatchtools(logging = TRUE, storagedir = "paralleltmp", show.info = TRUE) pmresult = parallelMap(function(x) list(result = x * x + 1, info = Sys.getenv()), 1:10, show.info = TRUE)
gives error
Mapping in parallel: mode = batchtools; level = NA; cpus = NA; elements = 10. Error in `$<-.data.frame`(x, name, value) : replacement has 0 rows, data has 10
This is I believ an error here:
parallelMap/R/parallelMap.R
Line 206 in 5cb3429
where x does not have the entry job.hash. Maybe the API changed between Batchtools and BatchJobs and this was copied and never tested?
x
job.hash
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gives error
This is I believ an error here:
parallelMap/R/parallelMap.R
Line 206 in 5cb3429
where
x
does not have the entryjob.hash
. Maybe the API changed between Batchtools and BatchJobs and this was copied and never tested?The text was updated successfully, but these errors were encountered: