mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-05 13:20:43 +08:00
Moved parameters to separate file. Documentation updates.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from SimPEG import Utils, Model, np, sp
|
||||
import Utils, Model, Parameters, numpy as np, scipy.sparse as sp
|
||||
|
||||
class BaseRegularization(object):
|
||||
"""
|
||||
@@ -23,7 +23,7 @@ class BaseRegularization(object):
|
||||
assert isinstance(model, self.modelPair), "Incorrect model for this regularization"
|
||||
self.model = model
|
||||
|
||||
mref = Utils.ParameterProperty('mref', default=None, doc='Reference model.')
|
||||
mref = Parameters.ParameterProperty('mref', default=None, doc='Reference model.')
|
||||
|
||||
@property
|
||||
def parent(self):
|
||||
|
||||
Reference in New Issue
Block a user