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: