def test_add_round_up():
    np.random.seed(1234)
    _test_round.test_add_round(10**5, 'up')
예제 #2
0
def test_add_round_up():
    np.random.seed(1234)
    _test_round.test_add_round(10**5, 'up')
def test_add_round_down():
    np.random.seed(1234)
    _test_round.test_add_round(10**5, 'down')
예제 #4
0
def test_add_round_down():
    np.random.seed(1234)
    _test_round.test_add_round(10**5, 'down')