cc940677cb468469682f4f407fe4e8f2f1f64411,tests/unittests/benchmark/test_benchmark.py,TestStudy,test_status,#TestStudy#,247
Before Change
max_trial,
):
Test to get status of a study
gen_exps, gen_trials = generate_experiment_trials
with OrionState(experiments=gen_exps, trials=gen_trials):
study.experiments_info = build_study_experiments(
len(benchmark_algorithms), task_number
)
assert study.status() == [
{
"algorithm": "random",
After Change
max_trial,
):
Test to get status of a study
with create_study_experiments(**study_experiments_config) as experiments:
study.experiments_info = experiments
In pattern: SUPERPATTERN
Frequency: 6
Non-data size: 10
Instances
Project Name: Epistimio/orion
Commit Name: cc940677cb468469682f4f407fe4e8f2f1f64411
Time: 2021-02-05
Author: donglbj@cn.ibm.com
File Name: tests/unittests/benchmark/test_benchmark.py
Class Name: TestStudy
Method Name: test_status
Project Name: Epistimio/orion
Commit Name: cc940677cb468469682f4f407fe4e8f2f1f64411
Time: 2021-02-05
Author: donglbj@cn.ibm.com
File Name: tests/unittests/benchmark/test_benchmark.py
Class Name: TestStudy
Method Name: test_status
Project Name: Epistimio/orion
Commit Name: cc940677cb468469682f4f407fe4e8f2f1f64411
Time: 2021-02-05
Author: donglbj@cn.ibm.com
File Name: tests/unittests/benchmark/test_benchmark.py
Class Name: TestStudy
Method Name: test_analysis
Project Name: Epistimio/orion
Commit Name: cc940677cb468469682f4f407fe4e8f2f1f64411
Time: 2021-02-05
Author: donglbj@cn.ibm.com
File Name: tests/unittests/benchmark/test_benchmark.py
Class Name: TestBenchmark
Method Name: test_analysis
Project Name: Epistimio/orion
Commit Name: cc940677cb468469682f4f407fe4e8f2f1f64411
Time: 2021-02-05
Author: donglbj@cn.ibm.com
File Name: tests/unittests/benchmark/test_benchmark.py
Class Name: TestBenchmark
Method Name: test_experiments
Project Name: Epistimio/orion
Commit Name: cc940677cb468469682f4f407fe4e8f2f1f64411
Time: 2021-02-05
Author: donglbj@cn.ibm.com
File Name: tests/unittests/benchmark/test_benchmark.py
Class Name: TestBenchmark
Method Name: test_status
Project Name: Epistimio/orion
Commit Name: cc940677cb468469682f4f407fe4e8f2f1f64411
Time: 2021-02-05
Author: donglbj@cn.ibm.com
File Name: tests/unittests/benchmark/test_benchmark.py
Class Name: TestStudy
Method Name: test_experiments