Skip to content

Commit

Permalink
fix oop also
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith committed Aug 2, 2024
1 parent 73c7840 commit ef4a16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utility_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ using StochasticDiffEq.SciMLOperators: MatrixOperator
jac=(u,p,t) -> A)
prob = SDEProblem(fun, u0, tspan)
integrator = init(prob, ImplicitEM(theta=1); adaptive=false, dt=dt)
W = calc_W(integrator, integrator.cache.nlsolver, dtgamma, true)
W = calc_W(integrator, integrator.cache.nlsolver, dtgamma, #=repeat_step=#false, #=W_transform=#true)
@test convert(AbstractMatrix, W) concrete_W
@test W \ u0 concrete_W \ u0

Expand Down

0 comments on commit ef4a16c

Please sign in to comment.