def test_simple(self):

        iat = pymc.iat(x)

        # IAT should be approximately 2.28
        assert_approx_equal(iat, 2.28, 2)
Esempio n. 2
0
 def test_simple(self):
     
     iat = pymc.iat(x)
     
     # IAT should be approximately 2.28
     assert_approx_equal(iat, 2.28, 2)