Skip to content

Commit

Permalink
fix: Fix pickchunksize usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikQQY committed Dec 4, 2024
1 parent 10433ca commit dececf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using CommonSolve: CommonSolve, solve, solve!, init
using ConcreteStructs: @concrete
using DifferentiationInterface: DifferentiationInterface
using FastClosures: @closure
using ForwardDiff: ForwardDiff, Dual
using ForwardDiff: ForwardDiff, Dual, pickchunksize
using SciMLBase: SciMLBase, AbstractNonlinearProblem, IntervalNonlinearProblem,
NonlinearProblem, NonlinearLeastSquaresProblem, remake

Expand Down

0 comments on commit dececf8

Please sign in to comment.