mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-20 12:50:34 +08:00
Added hook method to utils so that we can hook new methods dynamically into the classes.
This commit is contained in:
@@ -118,7 +118,6 @@ class BaseInversion(object):
|
||||
Where the * can be any string. If present, _doEndIteration* will be called at the start of the default doEndIteration call.
|
||||
You may also completely overwrite this function.
|
||||
|
||||
:param numpy.ndarray xt: tested new iterate that ensures a descent direction.
|
||||
:rtype: None
|
||||
:return: None
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user