mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-12 12:51:28 +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)
|
noise = std*abs(self.dtrue)*np.random.randn(*self.dtrue.shape)
|
||||||
self.dobs = self.dtrue+noise
|
self.dobs = self.dtrue+noise
|
||||||
self.std = self.dobs*0 + std
|
self.std = self.dobs*0 + std
|
||||||
|
return self.dobs
|
||||||
|
|||||||
Reference in New Issue
Block a user