another relative import (py3) bug

This commit is contained in:
James Hensman 2015-08-13 12:32:17 +01:00
parent 4f6a0e728a
commit 80f554adfd

View file

@ -13,7 +13,7 @@ The MIT Press, 2005.
Neural Networks and Machine Learning, pages 133-165. Springer, 1998. 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 import Param
from ...core.parameterization.transformations import Logexp from ...core.parameterization.transformations import Logexp
@ -163,4 +163,4 @@ class StdPeriodic(Kern):
# #
# def gradients_X_diag(self, dL_dKdiag, X): # def gradients_X_diag(self, dL_dKdiag, X):
# #
# raise NotImplemented("Periodic kernel: dKdiag_dX not implemented") # raise NotImplemented("Periodic kernel: dKdiag_dX not implemented")