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
error("You've provided `chunks` or `index_chunks` as input and, at the same time, "*
54
-
"chunking related keyword arguments (e.g. `ntasks`, `chunksize`, or `split`). "*
55
-
"This isn't supported. "*
54
+
error("You've provided `chunks` or `index_chunks` as input and, at the same time, "*
55
+
"chunking related keyword arguments (e.g. `ntasks`, `chunksize`, or `split`). "*
56
+
"This isn't supported. "*
56
57
"Set the chunking options directly in the `chunks` or `index_chunks` call or drop the latter.")
57
58
end
58
59
if:chunkingin ks
@@ -398,8 +399,8 @@ function tmap(f,
398
399
if _scheduler isa GreedyScheduler
399
400
error("Greedy scheduler isn't supported with `tmap` unless you provide an `OutputElementType` argument, since the greedy schedule requires a commutative reducing operator.")
0 commit comments