Exemple #1
0
def test_logy():
    check_rd_integration_run(decay.integrate_rd, 300, logy=True, small=1e-20)
Exemple #2
0
def test_linear():
    check_rd_integration_run(decay.integrate_rd)
Exemple #3
0
def test_logy_logt():
    check_rd_integration_run(decay.integrate_rd, 500, rtol='1e-10', logy=True,
                             logt=True, small=1e-20, t0=1e-70)
    check_rd_integration_run(decay.integrate_rd, 500, tend=4.0, rates='1.0',
                             atol='1e-6', rtol='1e-13', logy=True, logt=True,
                             small=1e-20, t0=1e-40)
Exemple #4
0
def test_logy_tweak():
    check_rd_integration_run(decay.integrate_rd, 20, rtol='1e-11', logy=True,
                             small=1e-6)
Exemple #5
0
def test_logt():
    check_rd_integration_run(decay.integrate_rd, 30, logt=True)
def test_logy():
    check_rd_integration_run(equilibrium.integrate_rd, 30, logy=True)
def test_logy_logt():
    check_rd_integration_run(equilibrium.integrate_rd, 40, rtol='1e-10',
                             logy=True, logt=True)
    check_rd_integration_run(equilibrium.integrate_rd, 20, tend=2.0,
                             atol='1e-6', rtol='1e-13', logy=True, logt=True)
def test_logt():
    check_rd_integration_run(equilibrium.integrate_rd, 10, logt=True)
def test_linear():
    check_rd_integration_run(equilibrium.integrate_rd)