Skip to content

Commit 69ef2be

Browse files
committed
Revert "run test_approximation_predictions in SVA"
didn't think; this won't work This reverts commit 37a541e.
1 parent 37a541e commit 69ef2be

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/SparseVariationalApproximationModule.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
AbstractGPs.TestUtils.test_internal_abstractgps_interface(rng, f_approx_post_Centered, a, b)
3232
end
3333

34-
ApproximateGPs.TestUtils.test_approximation_predictions(approx_Centered)
35-
3634
@testset "NonCentered" begin
3735

3836
# Construct optimal approximate posterior.
@@ -51,8 +49,6 @@
5149
approx_non_Centered = SparseVariationalApproximation(NonCentered(), fz, q_ε)
5250
f_approx_post_non_Centered = posterior(approx_non_Centered)
5351

54-
ApproximateGPs.TestUtils.test_approximation_predictions(approx_non_Centered)
55-
5652
@testset "AbstractGPs interface - NonCentered" begin
5753
AbstractGPs.TestUtils.test_internal_abstractgps_interface(
5854
rng, f_approx_post_non_Centered, a, b

0 commit comments

Comments
 (0)