Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Fixed imports to make test run.

This commit is contained in:
Truls Alexander Tangstad 2006-05-02 13:21:24 +00:00
parent 2db1fc774e
commit bda48169fe
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import unittest
import sys
sys.path.append('../../system')
from dataset import *
sys.path.append('../..')
from system.dataset import *
from scipy import rand,shape
class DatasetTest(unittest.TestCase):