mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
Fixed incorrect import
This commit is contained in:
parent
5b7566dfac
commit
5c4ce10a53
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ from .stationary import Stationary
|
|||
from .psi_comp import PSICOMP_RBF, PSICOMP_RBF_GPU
|
||||
from ...core import Param
|
||||
from paramz.transformations import Logexp
|
||||
from .gridKerns import GridRBF
|
||||
from .grid_kerns import GridRBF
|
||||
|
||||
class RBF(Stationary):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue