fixed Alan's dependency nightmare.

This commit is contained in:
James Hensman 2013-06-04 16:21:00 +01:00
parent f403e5b0b7
commit d84ae52d41
3 changed files with 5 additions and 4 deletions

View file

@ -4,7 +4,7 @@ from .. import kern
from ..util.plot import gpplot, Tango, x_frame1D, x_frame2D
import pylab as pb
class GPBase(model):
class GPBase(model.model):
"""
Gaussian Process model for holding shared behaviour between
sprase_GP and GP models