This commit is contained in:
Contramundum
2023-09-07 17:38:55 +09:00
parent 226bd53953
commit 1c01ef0127
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -161,7 +161,6 @@ class APITestCase(TestCase):
study = create_study(storage=storage, n_generate=3)
for _ in range(3):
trial = study.ask()
study.mark_comparison_ready(trial)
app = create_app(storage)
study_id = study._study._study_id
@@ -19,7 +19,6 @@ def test_report_and_get_choices(storage_supplier: Callable[[], StorageSupplier])
for _ in range(5):
trial = study.ask()
trial.suggest_float("x", 0, 1)
study.mark_comparison_ready(trial)
study_id = study._study._study_id