Merge branch 'devel' into fixing_likelihoods

This commit is contained in:
Alan Saul 2015-11-12 13:36:23 +00:00
commit ebf98328fe
143 changed files with 473 additions and 6108 deletions

View file

@ -2,7 +2,7 @@
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import numpy as np
from ...util.linalg import jitchol, DSYR, dtrtrs, dtrtri
from ...core.parameterization.observable_array import ObsAr
from paramz import ObsAr
from . import ExactGaussianInference, VarDTC
from ...util import diag