From d982f98f20a945ef6b66e56d4937ccb012f39e46 Mon Sep 17 00:00:00 2001 From: Qingyu Qu <2283984853@qq.com> Date: Wed, 4 Dec 2024 20:02:38 +0800 Subject: [PATCH] docs: pickchunksize is now in Base --- docs/src/basics/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/basics/faq.md b/docs/src/basics/faq.md index 4d428250a..5a1ca43d4 100644 --- a/docs/src/basics/faq.md +++ b/docs/src/basics/faq.md @@ -152,7 +152,7 @@ nothing # hide ``` And boom! Type stable again. We always recommend picking the chunksize via -[`NonlinearSolve.pickchunksize`](@ref), however, if you manually specify the chunksize, it +[`NonlinearSolveBase.pickchunksize`](@ref), however, if you manually specify the chunksize, it must be `≤ length of input`. However, a very large chunksize can lead to excessive compilation times and slowdown.