mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-30 20:19:00 +08:00
Minor path cleanup.
This commit is contained in:
@@ -14,7 +14,9 @@ class MagSensProblemTests(unittest.TestCase):
|
||||
|
||||
def test_magnetics_inversion(self):
|
||||
|
||||
driver = PF.MagneticsDriver.MagneticsDriver_Inv('assets' + os.path.sep + 'magnetics' + os.path.sep + 'PYMAG3D_inv.inp')
|
||||
driver = PF.MagneticsDriver.MagneticsDriver_Inv(
|
||||
os.path.sep.join(['assets', 'magnetics', 'PYMAG3D_inv.inp'])
|
||||
)
|
||||
|
||||
print driver.mesh
|
||||
print driver.survey
|
||||
|
||||
Reference in New Issue
Block a user