DC inversion working again. Almost in the new framework..!

This commit is contained in:
rowanc1
2014-01-16 14:29:08 -08:00
parent fa8a5cd7cb
commit 687ef0c20a
6 changed files with 73 additions and 52 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ def randomModel(shape, seed=None, anisotropy=None, its=100, bounds=[0,1]):
if __name__ == '__main__':
from SimPEG.mesh import TensorMesh
from SimPEG.Mesh import TensorMesh
from matplotlib import pyplot as plt
# Define the mesh
+1
View File
@@ -7,6 +7,7 @@ from ipythonutils import easyAnimate as animate
from Solver import Solver
import Save
import Geophysics
import ModelBuilder
import types
import time