Exemplo n.º 1
0
def test_max():  stat_check('max')
def test_mean(): stat_check('mean')
Exemplo n.º 2
0
def test_all():  stat_check('all')
def test_any():  stat_check('any')
Exemplo n.º 3
0
def test_any():  stat_check('any')
def test_max():  stat_check('max')
Exemplo n.º 4
0
def test_std():  stat_check('std')

# Unary ufunc tests

def test_sin():     unary_ufunc_check('sin') 
Exemplo n.º 5
0
def test_max():  stat_check('max')
def test_all():  stat_check('all')
Exemplo n.º 6
0
def test_var():  stat_check('var')
def test_std():  stat_check('std')
Exemplo n.º 7
0
def test_prod(): stat_check('prod')
def test_var():  stat_check('var')
Exemplo n.º 8
0
def test_sum():  stat_check('sum')
def test_prod(): stat_check('prod')
Exemplo n.º 9
0
def test_min():  stat_check('min')
def test_sum():  stat_check('sum')
Exemplo n.º 10
0
def test_mean(): stat_check('mean')
def test_min():  stat_check('min')