mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-20 12:50:34 +08:00
Updates to the asset folder location.
This commit is contained in:
@@ -12,7 +12,10 @@ class MagSensProblemTests(unittest.TestCase):
|
||||
def test_magnetics_inversion(self):
|
||||
|
||||
driver = PF.MagneticsDriver.MagneticsDriver_Inv(
|
||||
os.path.sep.join(['assets', 'magnetics', 'PYMAG3D_inv.inp'])
|
||||
os.path.sep.join([
|
||||
os.path.split(__file__)[0],
|
||||
'assets', 'magnetics', 'PYMAG3D_inv.inp'
|
||||
])
|
||||
)
|
||||
|
||||
print driver.mesh
|
||||
|
||||
Reference in New Issue
Block a user