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
+1 -1
View File
@@ -1,6 +1,6 @@
from SimPEG import TensorMesh
from SimPEG.forward import Problem, SyntheticProblem
from SimPEG.inverse import checkDerivative
from SimPEG.tests import checkDerivative
from SimPEG.utils import ModelBuilder, sdiag
import numpy as np
import scipy.sparse.linalg as linalg