Skip to content

Commit

Permalink
Fix another failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Jan 16, 2024
1 parent b5b5b3d commit cf6de19
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 @@ -13,7 +13,7 @@ prob = remake(prob, tspan=(0.0, 10.0))

d, q = 2, 3

prior = PNDE.IWP(d, q)
prior = PNDE.IWP(dim=d, num_derivatives=q)

Ah, Qh = PNDE.discretize(prior, h)
Qh = PNDE.apply_diffusion(Qh, σ^2)
Expand Down

0 comments on commit cf6de19

Please sign in to comment.