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

@ -2,7 +2,7 @@
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import numpy as np
from ...util.linalg import pdinv,jitchol,DSYR,tdot,dtrtrs, dpotrs
from posterior import Posterior
from .posterior import Posterior
from . import LatentFunctionInference
log_2_pi = np.log(2*np.pi)