Remove mark_comparison_ready

This commit is contained in:
Contramundum
2023-09-04 19:13:46 +09:00
parent b32d3a4de2
commit 9c8a0fd71e
2 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ def test_get_trials_state_option(storage_supplier: Callable[[], StorageSupplier]
with storage_supplier() as storage:
study = create_study(n_generate=4, storage=storage)
for _ in range(3):
trial = study.ask()
study.ask()
better, worse = study.trials[:2]
study.report_preference(better, worse)