Skip to content

Commit

Permalink
Revert "run test_approximation_predictions in SVA"
Browse files Browse the repository at this point in the history
didn't think; this won't work

This reverts commit 37a541e.
  • Loading branch information
st-- committed Mar 16, 2022
1 parent 37a541e commit 69ef2be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/SparseVariationalApproximationModule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
AbstractGPs.TestUtils.test_internal_abstractgps_interface(rng, f_approx_post_Centered, a, b)
end

ApproximateGPs.TestUtils.test_approximation_predictions(approx_Centered)

@testset "NonCentered" begin

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

ApproximateGPs.TestUtils.test_approximation_predictions(approx_non_Centered)

@testset "AbstractGPs interface - NonCentered" begin
AbstractGPs.TestUtils.test_internal_abstractgps_interface(
rng, f_approx_post_non_Centered, a, b
Expand Down

0 comments on commit 69ef2be

Please sign in to comment.