Skip to content

Commit 81d9995

Browse files
typo
1 parent dae5c05 commit 81d9995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/general_lbc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function loglik(θ, data, integrator)
2020
λ, σ, u0 = θ
2121
integrator.p = λ
2222
reinit!(integrator, u0)
23-
solve!(integrator, Tsit5())
23+
solve!(integrator)
2424
ε = yᵒ .- integrator.sol.u
2525
= -0.5n * log(2π * σ^2) - 0.5 / σ^2 * sum.^ 2)
2626
end

0 commit comments

Comments
 (0)