This commit is contained in:
rowanc1
2013-12-04 14:17:56 -08:00
parent c9b98cc7c0
commit 18f9dc67d5
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class SimPEGTable:
def saveInversion(self, invObj, dataPath):
invObj._invNode = self.inversions.addGroup('%d'%self.numChildren)
invObj._invNode = self.inversions.addGroup('%d'%self.inversions.numChildren)
# At the start of every iteration we will create a inversion iteration node.
def _doStartIteration_hdf5_inv(invObj):
-1
View File
@@ -2,4 +2,3 @@ numpy
scipy
ipython
matplotlib
h5py