mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
changes tie_param to tie_params
This commit is contained in:
parent
4b9064bb0e
commit
5b86fce1b3
6 changed files with 27 additions and 8 deletions
|
|
@ -56,7 +56,7 @@ class parameterised(object):
|
|||
return copy.deepcopy(self)
|
||||
|
||||
|
||||
def tie_param(self, which):
|
||||
def tie_params(self, which):
|
||||
matches = self.grep_param_names(which)
|
||||
assert matches.size > 0, "need at least something to tie together"
|
||||
if len(self.tied_indices):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue