Ejemplo n.º 1
0
def test_ints3():
	obs = aims.avg_range(['data/bert/audioresult-00223'])
	exp1 =  2
	assert_equal(obs,exp1)
Ejemplo n.º 2
0
def test_ints4():
	obs = aims.avg_range(['data/bert/audioresult-00246'])
	exp1 =  8
	assert_equal(obs,exp1)
Ejemplo n.º 3
0
def test_ints2():
	obs = aims.avg_range(['data/bert/audioresult-00215'])
	exp1 =  5
	assert_equal(obs,exp1)