You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# These tests flex differentiation of the solver and through the initialization
32
44
# To only test the solver part and isolate potential issues, set the initialization to consistent
33
45
@testset"Inplace: $(isinplace(_prob)), DAEProblem: $(_prob isa DAEProblem), BrownBasic: $(initalg isa BrownFullBasicInit), Autodiff: $autodiff"for _prob in [
34
-
prob, prob_oop, prob_mm],
46
+
prob, prob_oop, prob_mm, prob_mm_oop],
35
47
initalg in [BrownFullBasicInit(), ShampineCollocationInit()], autodiff in [afd_cs3, AutoFiniteDiff()]
36
48
37
49
alg = (_prob isa DAEProblem) ?DFBDF(; autodiff) :FBDF(; autodiff)
0 commit comments