mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-12 12:51:28 +08:00
minor updates to Save and meshutils
This commit is contained in:
@@ -208,6 +208,10 @@ class hdf5Inversion(hdf5Group):
|
||||
def rebuild(self):
|
||||
return loadSavable(self['rebuild'])
|
||||
|
||||
@property
|
||||
def results(self): return self['results']
|
||||
|
||||
|
||||
class hdf5InversionResults(hdf5Group):
|
||||
def __init__(self, T, groupNode):
|
||||
hdf5Group.__init__(self, T, groupNode)
|
||||
|
||||
Reference in New Issue
Block a user