mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-09 11:34:26 +08:00
Test cyl example inversion
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import unittest, os
|
||||
import simpegEM as EM
|
||||
|
||||
class EM_ExamplesRunning(unittest.TestCase):
|
||||
|
||||
def test_CylInversion(self):
|
||||
execfile(os.path.join(EM.__path__[0], 'Examples', 'CylInversion.py'))
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
Reference in New Issue
Block a user