Ejemplo n.º 1
0
 def test_schwarz(self):
     obs = diagnostics.schwarz(reg)
     exp = 386.42993851863008
     self.assertAlmostEquals(obs,exp)
Ejemplo n.º 2
0
 def test_schwarz(self):
     obs = diagnostics.schwarz(reg)
     exp = 386.42993851863008
     np.testing.assert_allclose(obs, exp, RTOL)
Ejemplo n.º 3
0
 def test_schwarz(self):
     obs = diagnostics.schwarz(reg)
     exp = 386.42993851863008
     self.assertAlmostEquals(obs, exp)
Ejemplo n.º 4
0
 def test_schwarz(self):
     obs = diagnostics.schwarz(reg)
     exp = 386.42993851863008
     np.testing.assert_allclose(obs,exp, RTOL)