mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-29 11:27:23 +08:00
fixes #99
This commit is contained in:
@@ -49,7 +49,5 @@ class TestData(unittest.TestCase):
|
||||
self.assertRaises(KeyError, survey.getSourceIndex, [SrcNotThere])
|
||||
self.assertRaises(KeyError, survey.getSourceIndex, [srcs[1],srcs[2],SrcNotThere])
|
||||
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user