mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 17:52:39 +02:00
Fixed a NF induced bug in the guts of GPy
This commit is contained in:
parent
57934d82a6
commit
8d3fa46089
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ class parameterised(object):
|
|||
else:
|
||||
self.constrained_fixed_values.append(self.get_param()[self.constrained_fixed_indices[-1]])
|
||||
|
||||
self.constrained_fixed_values.append(value)
|
||||
#self.constrained_fixed_values.append(value)
|
||||
self.expand_param(self.extract_param())
|
||||
|
||||
def extract_param(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue