[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. 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 Try to index in one go, using boolean indexing or the numpy builtin
np.index function. np.index function.
See :py:class:`GPy.core.parameterized.Parameterized` for more details on constraining etc. See :py:class:`GPy.core.parameterized.Parameterized` for more details on constraining etc.
""" """
@ -180,6 +180,7 @@ class Param(Parameterizable, ObsAr):
import copy import copy
Pickleable.__setstate__(s, copy.deepcopy(self.__getstate__(), memo)) Pickleable.__setstate__(s, copy.deepcopy(self.__getstate__(), memo))
return s return s
def _setup_observers(self): def _setup_observers(self):
""" """
Setup the default observers Setup the default observers