general bugfixing

This commit is contained in:
James Hensman 2014-02-13 08:53:14 +00:00
parent e4fcde3299
commit 3c68a9688d
6 changed files with 26 additions and 17 deletions

View file

@ -26,5 +26,6 @@ etc.
from exact_gaussian_inference import ExactGaussianInference
from laplace import LaplaceInference
expectation_propagation = 'foo' # TODO
from varDTC import VarDTC
from dtc import DTC
from fitc import FITC