mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-18 12:40:30 +08:00
bug fix.
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -2,4 +2,3 @@ numpy
|
||||
scipy
|
||||
ipython
|
||||
matplotlib
|
||||
h5py
|
||||
|
||||
Reference in New Issue
Block a user