mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
Prodpart bugfix
This commit is contained in:
parent
b54f614a2c
commit
59139f01f0
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ def prod(k1,k2,tensor=False):
|
|||
:type k1, k2: kernpart
|
||||
:rtype: kernel object
|
||||
"""
|
||||
part = parts.prodpart(k1,k2,tensor)
|
||||
part = parts.prod.Prod(k1, k2, tensor)
|
||||
return kern(part.input_dim, [part])
|
||||
|
||||
def symmetric(k):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue