def test_sao_arange(): """ used sherpa (python2) as oracle py3-todo: this function has no python docs """ assert_array_equal([0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10.], _utils.sao_arange(0, 10, 1))
def test_sao_arange(): """ used sherpa (python2) as oracle py3-todo: this function has no python docs """ assert_array_equal([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10.], _utils.sao_arange(0, 10, 1))