biiig changes in tieing, and printing -> hirarchy now always shown

This commit is contained in:
Max Zwiessele 2013-11-11 17:46:33 +00:00
parent ed6a45fd9b
commit 6c60eef4bd
10 changed files with 153 additions and 88 deletions

View file

@ -22,7 +22,7 @@ class GP(GPBase):
"""
def __init__(self, X, likelihood, kernel, normalize_X=False):
GPBase.__init__(self, X, likelihood, kernel, normalize_X=normalize_X)
super(GP, self).__init__(X, likelihood, kernel, normalize_X=normalize_X)
#self._set_params(self._get_params())
def getstate(self):