Skip to content

Commit 6b4f4b1

Browse files
committed
update docstring
1 parent 3a4b7fb commit 6b4f4b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/TestUtils.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ Test whether the prediction interface for `approx` works and whether in the
4242
conjugate case `posterior(approx, LatentGP(f, GaussianLikelihood(), jitter)(x), y)`
4343
gives approximately the same answer as exact GP regression.
4444
45+
Should be satisfied by all approximate inference methods, but note that this
46+
does not currently apply for some approximations which rely on optimization
47+
such as `SparseVariationalApproximation`.
48+
4549
Does not test `approx_lml`!
4650
4751
Do not rely on this as the only test of a new approximation!

0 commit comments

Comments
 (0)