From d7ddf2906533a847028a1b5509e8c912ac19d6b9 Mon Sep 17 00:00:00 2001 From: ST John Date: Mon, 10 Jan 2022 15:59:20 +0200 Subject: [PATCH] fix test --- test/laplace.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/laplace.jl b/test/laplace.jl index 8c1f12c5..69114fea 100644 --- a/test/laplace.jl +++ b/test/laplace.jl @@ -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