mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-12 21:42:39 +02:00
[reverts] some reverts, as one param etc does not work
This commit is contained in:
parent
6b2681d849
commit
43ee8ce614
4 changed files with 7 additions and 11 deletions
|
|
@ -17,7 +17,7 @@ from transformations import Logexp, NegativeLogexp, Logistic, __fixed__, FIXED,
|
|||
import numpy as np
|
||||
import re
|
||||
|
||||
__updated__ = '2014-05-20'
|
||||
__updated__ = '2014-05-21'
|
||||
|
||||
class HierarchyError(Exception):
|
||||
"""
|
||||
|
|
@ -389,7 +389,7 @@ class Indexable(Nameable, Observable):
|
|||
self[:] = value
|
||||
|
||||
index = self._raveled_index()
|
||||
# reconstrained = self.unconstrain()
|
||||
reconstrained = self.unconstrain()
|
||||
index = self._add_to_index_operations(self.constraints, index, __fixed__, warning)
|
||||
self._highest_parent_._set_fixed(self, index)
|
||||
self.notify_observers(self, None if trigger_parent else -np.inf)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue