Moved testing code to the test directory. added __init__.py and some documentation.

This commit is contained in:
Rowan Cockett
2013-10-03 14:55:22 -07:00
parent bed86b9ce4
commit 7cf8ef2310
14 changed files with 144 additions and 274 deletions
+2 -4
View File
@@ -1,9 +1,7 @@
import numpy as np
import unittest
import sys
sys.path.append('../')
from TensorMesh import TensorMesh
from OrderTest import OrderTest
from SimPEG import TensorMesh
from TestUtils import OrderTest
from scipy.sparse.linalg import dsolve