Skip to content

Commit

Permalink
Fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Oct 28, 2023
1 parent 53b3be2 commit d0c7410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/preconditioning.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ prob = remake(prob, tspan=(0.0, 10.0))

# First test that they're both equivalent
D = d * (q + 1)
P, PI = PNDE.init_preconditioner(PNDE.DenseCovariance{Float64}(d, q), d, q)
P, PI = PNDE.init_preconditioner(PNDE.DenseCovariance{Float64}(d, q))
PNDE.make_preconditioner!(P, h, d, q)
PNDE.make_preconditioner_inv!(PI, h, d, q)
@test Ah_p P * Ah * PI
Expand Down

0 comments on commit d0c7410

Please sign in to comment.