Added hook method to utils so that we can hook new methods dynamically into the classes.

This commit is contained in:
Rowan Cockett
2013-11-22 10:51:01 -08:00
parent dbaea1fda9
commit 6216ae977e
2 changed files with 14 additions and 4 deletions
-1
View File
@@ -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
"""