From 5c4ce10a53aca782fd110c29fb159ebb5f9767d4 Mon Sep 17 00:00:00 2001 From: kcutajar Date: Mon, 9 May 2016 16:38:09 +0200 Subject: [PATCH] Fixed incorrect import --- GPy/kern/src/rbf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/kern/src/rbf.py b/GPy/kern/src/rbf.py index a51a4ba4..256149b8 100644 --- a/GPy/kern/src/rbf.py +++ b/GPy/kern/src/rbf.py @@ -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): """