mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-14 12:50:10 +08:00
Name change for problem.
This commit is contained in:
@@ -20,7 +20,7 @@ class MagFwdProblemTests(unittest.TestCase):
|
||||
sph_ind = PF.MagAnalytics.spheremodel(M, 0., 0., 0., 100)
|
||||
chi[sph_ind] = chiblk
|
||||
model = PF.BaseMag.BaseMagMap(M)
|
||||
prob = PF.Magnetics.MagneticsDiffSecondary(M, mapping=model)
|
||||
prob = PF.Magnetics.Problem3D_DiffSecondary(M, mapping=model)
|
||||
self.prob = prob
|
||||
self.M = M
|
||||
self.chi = chi
|
||||
|
||||
Reference in New Issue
Block a user