mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-29 19:01:21 +08:00
Initial work on pickling for #226
This commit is contained in:
@@ -65,8 +65,8 @@ def setKwargs(obj, ignore=[], **kwargs):
|
||||
else:
|
||||
raise Exception('%s attr is not recognized' % attr)
|
||||
|
||||
hook(obj,hook, silent=True)
|
||||
hook(obj,setKwargs, silent=True)
|
||||
# hook(obj,hook, silent=True)
|
||||
# hook(obj,setKwargs, silent=True)
|
||||
|
||||
def printTitles(obj, printers, name='Print Titles', pad=''):
|
||||
titles = ''
|
||||
|
||||
Reference in New Issue
Block a user