This commit is contained in:
Contramundum
2023-09-04 15:25:19 +09:00
parent 7b71ae5695
commit 07ea8a642a
3 changed files with 4 additions and 4 deletions
@@ -13,7 +13,7 @@ from ..storage_supplier import StorageSupplier
@parametrize_storages
def test_report_and_get_preferences(storage_supplier: Callable[[], StorageSupplier]) -> None:
with storage_supplier() as storage:
study = optuna.create_study(n_generate=4, storage=storage)
study = optuna.create_study(storage=storage)
study.ask()
study.ask()