mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
fixed Alan's dependency nightmare.
This commit is contained in:
parent
f403e5b0b7
commit
d84ae52d41
3 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue