mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-28 13:38:02 +08:00
return dobs on makeSyntheticData call
This commit is contained in:
@@ -358,3 +358,4 @@ class BaseSurvey(object):
|
||||
noise = std*abs(self.dtrue)*np.random.randn(*self.dtrue.shape)
|
||||
self.dobs = self.dtrue+noise
|
||||
self.std = self.dobs*0 + std
|
||||
return self.dobs
|
||||
|
||||
Reference in New Issue
Block a user