Fixed imports to make test run.
This commit is contained in:
parent
2db1fc774e
commit
bda48169fe
|
@ -1,7 +1,7 @@
|
||||||
import unittest
|
import unittest
|
||||||
import sys
|
import sys
|
||||||
sys.path.append('../../system')
|
sys.path.append('../..')
|
||||||
from dataset import *
|
from system.dataset import *
|
||||||
from scipy import rand,shape
|
from scipy import rand,shape
|
||||||
|
|
||||||
class DatasetTest(unittest.TestCase):
|
class DatasetTest(unittest.TestCase):
|
||||||
|
|
Reference in New Issue