From 530ddd6cfe058123853d068113b4d33e253146a8 Mon Sep 17 00:00:00 2001 From: Eivind Jahren Date: Tue, 10 Dec 2024 21:25:22 +0100 Subject: [PATCH] Update config_generated.rst --- docs/everest/config_generated.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/everest/config_generated.rst b/docs/everest/config_generated.rst index 939893240a7..2b26169ae75 100644 --- a/docs/everest/config_generated.rst +++ b/docs/everest/config_generated.rst @@ -148,7 +148,7 @@ a group of control variables **options (optional)** - Type: *Optional[dict[str, Any]]* + Type: *Optional[Mapping[str, Any]]* Specifies a dict of optional parameters for the sampler backend. @@ -312,7 +312,7 @@ a group of control variables **options (optional)** - Type: *Optional[dict[str, Any]]* + Type: *Optional[Mapping[str, Any]]* Specifies a dict of optional parameters for the sampler backend. @@ -381,7 +381,7 @@ Optimizer options **backend_options (optional)** - Type: *Optional[dict[str, Any]]* + Type: *Optional[Mapping[str, Any]]* Dict of optional parameters for the optimizer backend. This dict of values is passed unchanged to the selected algorithm in the backend. @@ -731,7 +731,7 @@ Type: *Optional[list[InputConstraintConfig]]* List of input constraints **weights (required)** - Type: *dict[str, float]* + Type: *Mapping[str, float]* **Example** If we are trying to constrain only one control (i.e the z control) value: