We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93a3ee commit eb21cd9Copy full SHA for eb21cd9
R/ExperimentRegistry.R
@@ -61,7 +61,7 @@ makeExperimentRegistry = function(id = "BatchExperimentRegistry", file.dir, shar
61
if (skip && BatchJobs:::isRegistryDir(file.dir))
62
return(loadRegistry(file.dir = file.dir))
63
reg = BatchJobs:::makeRegistryInternal(id, file.dir, sharding,
64
- work.dir, multiple.result.files, seed, union(packages, "_BatchExperiments"),
+ work.dir, multiple.result.files, seed, union(packages, "BatchExperiments"),
65
src.dirs, src.files)
66
class(reg) = c("ExperimentRegistry", "Registry")
67
BatchJobs:::dbCreateJobStatusTable(reg, extra.cols = ", repl INTEGER, prob_seed INTEGER", constraints = ", UNIQUE(job_def_id, repl)")
0 commit comments