diff --git a/api/mlos_bench/mlos_bench.storage.base_storage.html b/api/mlos_bench/mlos_bench.storage.base_storage.html index 150e3fd31f..f3e3831326 100644 --- a/api/mlos_bench/mlos_bench.storage.base_storage.html +++ b/api/mlos_bench/mlos_bench.storage.base_storage.html @@ -268,7 +268,7 @@
-abstract update(status: Status, metrics: Dict[str, float] | float | None = None) Dict[str, float] | None
+abstract update(status: Status, metrics: float | Dict[str, float] | None = None) Dict[str, float] | None

Update the storage with the results of the experiment.

Parameters:
diff --git a/api/mlos_bench/mlos_bench.storage.html b/api/mlos_bench/mlos_bench.storage.html index d4c840fd87..e6fb33a257 100644 --- a/api/mlos_bench/mlos_bench.storage.html +++ b/api/mlos_bench/mlos_bench.storage.html @@ -267,7 +267,7 @@
-abstract update(status: Status, metrics: Dict[str, float] | float | None = None) Dict[str, float] | None
+abstract update(status: Status, metrics: float | Dict[str, float] | None = None) Dict[str, float] | None

Update the storage with the results of the experiment.

Parameters:
diff --git a/api/mlos_bench/mlos_bench.storage.sql.trial.html b/api/mlos_bench/mlos_bench.storage.sql.trial.html index d50f288740..5ca3c3c86a 100644 --- a/api/mlos_bench/mlos_bench.storage.sql.trial.html +++ b/api/mlos_bench/mlos_bench.storage.sql.trial.html @@ -137,7 +137,7 @@
-update(status: Status, metrics: Dict[str, float] | float | None = None) Dict[str, float] | None
+update(status: Status, metrics: float | Dict[str, float] | None = None) Dict[str, float] | None

Update the storage with the results of the experiment.

Parameters:
diff --git a/generated/mlos_bench.storage.Storage.html b/generated/mlos_bench.storage.Storage.html index 26f1653b89..5a07089630 100644 --- a/generated/mlos_bench.storage.Storage.html +++ b/generated/mlos_bench.storage.Storage.html @@ -278,7 +278,7 @@

-abstract update(status: Status, metrics: Dict[str, float] | float | None = None) Dict[str, float] | None
+abstract update(status: Status, metrics: float | Dict[str, float] | None = None) Dict[str, float] | None

Update the storage with the results of the experiment.

Parameters:
diff --git a/htmlcov/conftest_py.html b/htmlcov/conftest_py.html index 971722ac88..1ec3baeaa2 100644 --- a/htmlcov/conftest_py.html +++ b/htmlcov/conftest_py.html @@ -65,7 +65,7 @@

» next       coverage.py v7.2.7, - created at 2023-07-21 00:38 +0000 + created at 2023-07-23 00:40 +0000