mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
fixed the multiple optima demo
This commit is contained in:
parent
aef3ba72ab
commit
adb8a98cb3
2 changed files with 24 additions and 29 deletions
|
|
@ -85,7 +85,7 @@ class parameterised(object):
|
|||
else:
|
||||
return self._get_params()[matches]
|
||||
else:
|
||||
raise AttributeError, "no parameter matches %s" % name
|
||||
raise AttributeError, "no parameter matches %s" % regexp
|
||||
|
||||
def __setitem__(self, name, val):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue