From 9c7c768c597b8e0d219484de6f8b2d9c36e5fea2 Mon Sep 17 00:00:00 2001 From: James Hensman Date: Wed, 30 Apr 2014 13:11:39 +0100 Subject: [PATCH] removed another import of non-added file --- GPy/kern/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/kern/__init__.py b/GPy/kern/__init__.py index 1f58d7c2..ccf73b97 100644 --- a/GPy/kern/__init__.py +++ b/GPy/kern/__init__.py @@ -11,7 +11,7 @@ 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 ADD THIS FILE TO THE REPO!! -from _src.ODE_st import ODE_st +#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: