Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
st-- committed Jan 10, 2022
1 parent 4b1f9ca commit d7ddf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/laplace.jl
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
lf = build_latent_gp(theta0)
lfx = lf(X)

res_array = laplace_steps(lfx, Y)
res_array = ApproximateGPs.laplace_steps(lfx, Y)
res = res_array[end]
@test res.q isa MvNormal
end
Expand Down

0 comments on commit d7ddf29

Please sign in to comment.