From 35785422ad77e3950f93eee1056cc0222d2fa19c Mon Sep 17 00:00:00 2001 From: VladYoSlav Date: Tue, 29 Oct 2024 14:45:25 +0300 Subject: [PATCH] fix(fd): `error_measure` type --- internal/domain/task/value_objects/fd/algo_config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/domain/task/value_objects/fd/algo_config.py b/internal/domain/task/value_objects/fd/algo_config.py index 26b0758..b09b2f5 100644 --- a/internal/domain/task/value_objects/fd/algo_config.py +++ b/internal/domain/task/value_objects/fd/algo_config.py @@ -88,7 +88,6 @@ class PFDTaneConfig(BaseFdConfig): ] error: Annotated[float, Field(ge=0, le=1, description=descriptions["error"])] error_measure: Annotated[ - str, Literal["per_tuple", "per_value"], Field(description=descriptions["error_measure"]), ]