remove old logging stuff
This commit is contained in:
parent
39c05d2cab
commit
b4bbfdb730
1 changed files with 0 additions and 4 deletions
|
|
@ -284,10 +284,6 @@ class Basic3DUniformDX3(unittest.TestCase, BasicTests):
|
||||||
eh2e(e, h, self.epsilon)
|
eh2e(e, h, self.epsilon)
|
||||||
self.es.append(e)
|
self.es.append(e)
|
||||||
self.hs.append(h)
|
self.hs.append(h)
|
||||||
logging.basicConfig(level=logging.DEBUG)
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
logging.basicConfig(level=logging.INFO)
|
|
||||||
|
|
||||||
|
|
||||||
class JdotE_3DUniformDX(unittest.TestCase):
|
class JdotE_3DUniformDX(unittest.TestCase):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue