From 461af9fff3589f8853e6cc05b78037daa675ae40 Mon Sep 17 00:00:00 2001 From: mu Date: Sun, 11 May 2014 10:26:12 +0100 Subject: [PATCH] t --- GPy/kern/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/GPy/kern/__init__.py b/GPy/kern/__init__.py index 4ac91d04..363b3b84 100644 --- a/GPy/kern/__init__.py +++ b/GPy/kern/__init__.py @@ -12,6 +12,7 @@ from _src.ssrbf import SSRBF # TODO: ZD: did you remove this? from _src.ODE_UY import ODE_UY from _src.ODE_UYC import ODE_UYC from _src.ODE_st import ODE_st +from _src.ODE_t import ODE_t # TODO: put this in an init file somewhere #I'm commenting this out because the files were not added. JH. Remember to add the files before commiting try: