mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-01 12:02:09 +08:00
renamed misfit to dataResidual in Problem class. fixed betaSchedule bug. Printing in the inversion.
This commit is contained in:
@@ -94,7 +94,7 @@ class Problem(object):
|
||||
u = self.field(m)
|
||||
return self.P*u
|
||||
|
||||
def misfit(self, m, u=None):
|
||||
def dataResidual(self, m, u=None):
|
||||
"""
|
||||
:param numpy.array m: geophysical model
|
||||
:param numpy.array u: fields
|
||||
|
||||
Reference in New Issue
Block a user