Skip to content

Commit

Permalink
fix(fd): error_measure type
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyoslav committed Oct 29, 2024
1 parent 54d2558 commit 3578542
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/domain/task/value_objects/fd/algo_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]),
]
Expand Down

0 comments on commit 3578542

Please sign in to comment.