Merge branch 'devel' of github.com:SheffieldML/GPy into devel

This commit is contained in:
Ricardo 2013-06-21 15:59:14 +01:00
commit 778949fe28
3 changed files with 32 additions and 2 deletions

View file

@ -1,6 +1,7 @@
import numpy as np
from likelihood import likelihood
from GPy.util.linalg import jitchol
from ..util.linalg import jitchol
class Gaussian(likelihood):
"""