示例#1
0
def test_instantiate_PMF():
    pmf = PMF(site="GRE-cb", BDIR=DATA_DIR)
示例#2
0
def test_read_base_contributions():
    pmf = PMF(site="GRE-cb", BDIR=DATA_DIR)
    pmf.read.read_base_contributions()
示例#3
0
def test_read_all():
    pmf = PMF(site="GRE-cb", BDIR=DATA_DIR)
    pmf.read.read_all()
示例#4
0
def test_read_constrained_uncertainties_summary():
    pmf = PMF(site="GRE-cb", BDIR=DATA_DIR)
    pmf.read.read_constrained_uncertainties_summary()
示例#5
0
def test_read_constrained_bootstrap():
    pmf = PMF(site="GRE-cb", BDIR=DATA_DIR)
    pmf.read.read_constrained_bootstrap()
示例#6
0
def test_read_constrained_profiles():
    pmf = PMF(site="GRE-cb", BDIR=DATA_DIR)
    pmf.read.read_constrained_profiles()
示例#7
0
def test_read_base_profiles():
    pmf = PMF(site="GRE-cb", BDIR=DATA_DIR)
    pmf.read.read_base_profiles()