Open ArnoStrouwen opened 3 months ago
Some solvers use Val, others not: https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/lib/OrdinaryDiffEqRosenbrock/src/algorithms.jl#L114 https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/lib/OrdinaryDiffEqRosenbrock/src/algorithms.jl#L155
Val
Is this intentional, or should we standardize to one of the two?
We should standardize on Val.
But I wouldn't worry about it. We're changing this autodiff argument to use ADTypes.jl hopefully in the next month. That's a bigger breaking change.
Some solvers use
Val
, others not: https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/lib/OrdinaryDiffEqRosenbrock/src/algorithms.jl#L114 https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/lib/OrdinaryDiffEqRosenbrock/src/algorithms.jl#L155Is this intentional, or should we standardize to one of the two?