You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stop("Argument 'specs' must be a positive integer: %s", specs)
97
+
}
98
+
if (specs!=n) {
99
+
stop(sprintf("Value of argument 'specs' does not match the number of workers in the registered future backend (%s:%s): %g != %g", class(backend)[1], backend[["uuid"]], specs, n))
100
+
}
101
+
} else {
102
+
stop("Unknown type of argument 'specs': ", typeof(specs))
0 commit comments