예제 #1
0
def test_max():  stat_check('max')
def test_mean(): stat_check('mean')
예제 #2
0
def test_all():  stat_check('all')
def test_any():  stat_check('any')
예제 #3
0
def test_any():  stat_check('any')
def test_max():  stat_check('max')
예제 #4
0
def test_std():  stat_check('std')

# Unary ufunc tests

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