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