mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-02 14:45:15 +02:00
[add] renamed>sum
This commit is contained in:
parent
7376627895
commit
3dbc32f4b1
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ class Kern(Parameterized):
|
||||||
def __iadd__(self, other):
|
def __iadd__(self, other):
|
||||||
return self.add(other)
|
return self.add(other)
|
||||||
|
|
||||||
def add(self, other, name='add'):
|
def add(self, other, name='sum'):
|
||||||
"""
|
"""
|
||||||
Add another kernel to this one.
|
Add another kernel to this one.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue