Import fixes for Py3

This commit is contained in:
Mike Croucher 2015-02-27 17:39:15 +00:00
parent 786feded41
commit 506a57def8
9 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
# Copyright (c) 2014, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
from posterior import Posterior
from .posterior import Posterior
from ...util.linalg import jitchol, backsub_both_sides, tdot, dtrtrs, dtrtri,pdinv
from ...util import diag
from ...core.parameterization.variational import VariationalPosterior