From 80f554adfd64bcd53c1766d13f0c3b9b31633c06 Mon Sep 17 00:00:00 2001 From: James Hensman Date: Thu, 13 Aug 2015 12:32:17 +0100 Subject: [PATCH] another relative import (py3) bug --- GPy/kern/_src/standard_periodic.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GPy/kern/_src/standard_periodic.py b/GPy/kern/_src/standard_periodic.py index 8e2966b2..3da7a124 100644 --- a/GPy/kern/_src/standard_periodic.py +++ b/GPy/kern/_src/standard_periodic.py @@ -13,7 +13,7 @@ The MIT Press, 2005. Neural Networks and Machine Learning, pages 133-165. Springer, 1998. """ -from kern import Kern +from .kern import Kern from ...core.parameterization import Param from ...core.parameterization.transformations import Logexp @@ -163,4 +163,4 @@ class StdPeriodic(Kern): # # def gradients_X_diag(self, dL_dKdiag, X): # -# raise NotImplemented("Periodic kernel: dKdiag_dX not implemented") \ No newline at end of file +# raise NotImplemented("Periodic kernel: dKdiag_dX not implemented")