コード例 #1
0
def test_add_round_up():
    np.random.seed(1234)
    _test_round.test_add_round(10**5, 'up')
コード例 #2
0
ファイル: test_round.py プロジェクト: alchemyst/scipy
def test_add_round_up():
    np.random.seed(1234)
    _test_round.test_add_round(10**5, 'up')
コード例 #3
0
def test_add_round_down():
    np.random.seed(1234)
    _test_round.test_add_round(10**5, 'down')
コード例 #4
0
ファイル: test_round.py プロジェクト: alchemyst/scipy
def test_add_round_down():
    np.random.seed(1234)
    _test_round.test_add_round(10**5, 'down')