Ejemplo n.º 1
0
 def test_inf(self):
     chisq = np.array((1, 0.5, float('inf')))
     ps.check_chisq(chisq)
Ejemplo n.º 2
0
 def test_inf(self):
     chisq = np.array((1, 0.5, -1))
     ps.check_chisq(chisq)
Ejemplo n.º 3
0
 def test_missing(self):
     chisq = np.array((1, 0.5, float('nan')))
     ps.check_chisq(chisq)