mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-27 14:25:16 +02:00
[empty space] literally : )
This commit is contained in:
parent
8d61fe632b
commit
385427fa9b
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue