diff --git a/api/mlos_bench/mlos_bench.storage.base_storage.html b/api/mlos_bench/mlos_bench.storage.base_storage.html index 7dce48e6b9..17f4b28746 100644 --- a/api/mlos_bench/mlos_bench.storage.base_storage.html +++ b/api/mlos_bench/mlos_bench.storage.base_storage.html @@ -291,7 +291,7 @@
-abstract update(status: Status, timestamp: datetime, metrics: float | Dict[str, float] | None = None) Dict[str, float] | None
+abstract update(status: Status, timestamp: datetime, metrics: Dict[str, float] | 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 e16c4297c4..2a504ee095 100644 --- a/api/mlos_bench/mlos_bench.storage.html +++ b/api/mlos_bench/mlos_bench.storage.html @@ -290,7 +290,7 @@
-abstract update(status: Status, timestamp: datetime, metrics: float | Dict[str, float] | None = None) Dict[str, float] | None
+abstract update(status: Status, timestamp: datetime, metrics: Dict[str, float] | 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 8721de720c..4204c046ee 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, timestamp: datetime, metrics: float | Dict[str, float] | None = None) Dict[str, float] | None
+update(status: Status, timestamp: datetime, metrics: Dict[str, float] | 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 57c185e1ff..ecceb4757a 100644 --- a/generated/mlos_bench.storage.Storage.html +++ b/generated/mlos_bench.storage.Storage.html @@ -301,7 +301,7 @@

-abstract update(status: Status, timestamp: datetime, metrics: float | Dict[str, float] | None = None) Dict[str, float] | None
+abstract update(status: Status, timestamp: datetime, metrics: Dict[str, float] | 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 f3617b01a5..2650830718 100644 --- a/htmlcov/conftest_py.html +++ b/htmlcov/conftest_py.html @@ -65,7 +65,7 @@

» next       coverage.py v7.3.0, - created at 2023-09-04 00:34 +0000 + created at 2023-09-05 00:32 +0000