[empty space] literally : )

This commit is contained in:
Max Zwiessele 2015-09-04 16:24:42 +01:00
parent 8d61fe632b
commit 385427fa9b

View file

@ -42,7 +42,7 @@ class Param(Parameterizable, ObsAr):
Multilevel indexing (e.g. self[:2][1:]) is not supported and might lead to unexpected behaviour.
Try to index in one go, using boolean indexing or the numpy builtin
np.index function.
See :py:class:`GPy.core.parameterized.Parameterized` for more details on constraining etc.
"""
@ -180,6 +180,7 @@ class Param(Parameterizable, ObsAr):
import copy
Pickleable.__setstate__(s, copy.deepcopy(self.__getstate__(), memo))
return s
def _setup_observers(self):
"""
Setup the default observers