From 9f15f4e045c3bb1a560ed9447fcd7a9e0ee841e0 Mon Sep 17 00:00:00 2001 From: mu Date: Tue, 29 Apr 2014 18:02:59 +0100 Subject: [PATCH] st --- GPy/kern/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GPy/kern/__init__.py b/GPy/kern/__init__.py index 252bc095..4ac91d04 100644 --- a/GPy/kern/__init__.py +++ b/GPy/kern/__init__.py @@ -10,7 +10,8 @@ from _src.independent_outputs import IndependentOutputs, Hierarchical from _src.coregionalize import Coregionalize 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 # 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: