mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-24 13:20:06 +08:00
em directory with tests, faded, them and travis update
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import unittest, os
|
||||
from SimPEG.EM import Examples
|
||||
|
||||
class EM_ExamplesRunning(unittest.TestCase):
|
||||
|
||||
def test_CylInversion(self):
|
||||
Examples.CylInversion.run(plotIt=False)
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
Reference in New Issue
Block a user