Fixed imports to make test run.
This commit is contained in:
parent
2db1fc774e
commit
bda48169fe
|
@ -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):
|
||||
|
|
Reference in New Issue