Exemplo n.º 1
0
 def test_pr2_spatial(self):
     obs = diagnostics_tsls.pr2_spatial(regsp)
     exp = 0.29964855438065163
     self.assertAlmostEquals(obs, exp)
Exemplo n.º 2
0
 def test_pr2_spatial(self):
     obs = diagnostics_tsls.pr2_spatial(regsp)
     exp = 0.29964855438065163
     self.assertAlmostEquals(obs,exp)
Exemplo n.º 3
0
 def test_pr2_spatial(self):
     obs = diagnostics_tsls.pr2_spatial(regsp)
     exp = 0.29964855438065163
     np.testing.assert_allclose(obs,exp, RTOL)