Пример #1
0
 def test_schwarz(self):
     obs = diagnostics.schwarz(reg)
     exp = 386.42993851863008
     self.assertAlmostEquals(obs,exp)
Пример #2
0
 def test_schwarz(self):
     obs = diagnostics.schwarz(reg)
     exp = 386.42993851863008
     np.testing.assert_allclose(obs, exp, RTOL)
Пример #3
0
 def test_schwarz(self):
     obs = diagnostics.schwarz(reg)
     exp = 386.42993851863008
     self.assertAlmostEquals(obs, exp)
Пример #4
0
 def test_schwarz(self):
     obs = diagnostics.schwarz(reg)
     exp = 386.42993851863008
     np.testing.assert_allclose(obs,exp, RTOL)