We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2498326 commit 3c17a14Copy full SHA for 3c17a14
src/implementation.jl
@@ -22,8 +22,7 @@ include("macro_impl.jl")
22
function auto_disable_chunking_warning()
23
@warn("You passed in a `ChunkSplitters.Chunk` but also a scheduler that has "*
24
"chunking enabled. Will turn off internal chunking to proceed.\n"*
25
- "To avoid this warning, try to turn off chunking (`nchunks=0` and `chunksize=0`) "*
26
- "or pass in `collect(chunks(...))`.")
+ "To avoid this warning, turn off chunking (`chunking=false`).")
27
end
28
29
function _chunks(sched, arg)
0 commit comments