From 61e78eb3328216982dd7befecc724f358ab565e4 Mon Sep 17 00:00:00 2001 From: Chunk Date: Mon, 20 Apr 2015 14:44:29 +0800 Subject: [PATCH] staged. --- test/test_model.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_model.py b/test/test_model.py index 2d021ee..e1c1199 100755 --- a/test/test_model.py +++ b/test/test_model.py @@ -4,8 +4,8 @@ from sklearn import cross_validation from ..common import * from ..mdata import CV, ILSVRC, ILSVRC_S -from mmodel.svm import SVM -from mmodel.theano import THEANO +from ..mmodel.svm import SVM +from ..mmodel.theano import THEANO timer = Timer() -- libgit2 0.21.2