Skip to content

Commit

Permalink
docs: pickchunksize is now in Base
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikQQY committed Dec 4, 2024
1 parent f0f3167 commit d982f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/basics/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d982f98

Please sign in to comment.