autodiff = Val{true}()
vs autodiff = true
in solver definitions
#2391
Labels
autodiff = Val{true}()
vs autodiff = true
in solver definitions
#2391
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
Is this intentional, or should we standardize to one of the two?
The text was updated successfully, but these errors were encountered: