mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
[priorizable] small edit to be usable with paramz 0.6.1 and greater
This commit is contained in:
parent
171dc446c4
commit
8d348ec7c6
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class Priorizable(Parameterizable):
|
||||||
|
|
||||||
def __setstate__(self, state):
|
def __setstate__(self, state):
|
||||||
super(Priorizable, self).__setstate__(state)
|
super(Priorizable, self).__setstate__(state)
|
||||||
self._index_operations['priors'] = self.priors
|
#self._index_operations['priors'] = self.priors
|
||||||
|
|
||||||
|
|
||||||
#===========================================================================
|
#===========================================================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue