Skip to content
Snippets Groups Projects
Commit a9fe626f authored by dj44vuri's avatar dj44vuri
Browse files

small change in error message so that it works now

parent 938b44a6
Branches
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ sim_all <- function(nosim=2, resps, destype=NULL, designpath, u, bcoeff, decisio
}
if (no_sim < chunks) {
if (nosim < chunks) {
stop("You cannot have more chunks than runs. The number of chunks tells us how often we save the simulation results on disk. Maximum one per run.")
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment