mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-28 13:20:13 +08:00
to get working..
This commit is contained in:
@@ -62,6 +62,15 @@ class Problem(object):
|
||||
def P(self, value):
|
||||
self._P = value
|
||||
|
||||
@property
|
||||
def std(self):
|
||||
"""
|
||||
Estimated Standard Deviations.
|
||||
"""
|
||||
return self._std
|
||||
@std.setter
|
||||
def std(self, value):
|
||||
self._std = value
|
||||
|
||||
@property
|
||||
def dobs(self):
|
||||
|
||||
Reference in New Issue
Block a user