Exemple #1
0
 def test_pr2_spatial(self):
     obs = diagnostics_tsls.pr2_spatial(regsp)
     exp = 0.29964855438065163
     self.assertAlmostEquals(obs, exp)
 def test_pr2_spatial(self):
     obs = diagnostics_tsls.pr2_spatial(regsp)
     exp = 0.29964855438065163
     self.assertAlmostEquals(obs,exp)
 def test_pr2_spatial(self):
     obs = diagnostics_tsls.pr2_spatial(regsp)
     exp = 0.29964855438065163
     np.testing.assert_allclose(obs,exp, RTOL)