Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
st-- and github-actions[bot] authored Mar 16, 2022
1 parent 37a541e commit 9f34f1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/SparseVariationalApproximationModule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
b = randn(rng, N_b)

@testset "AbstractGPs interface - Centered" begin
AbstractGPs.TestUtils.test_internal_abstractgps_interface(rng, f_approx_post_Centered, a, b)
AbstractGPs.TestUtils.test_internal_abstractgps_interface(
rng, f_approx_post_Centered, a, b
)
end

ApproximateGPs.TestUtils.test_approximation_predictions(approx_Centered)
Expand Down

0 comments on commit 9f34f1d

Please sign in to comment.