Skip to content

Commit

Permalink
retrurn opt
Browse files Browse the repository at this point in the history
  • Loading branch information
benmalef committed Nov 21, 2024
1 parent 35fbbcf commit aacc447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GANDLF/utils/pydantic_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ class Parameters(BaseModel):
output_dir: Optional[str] = ""
problem_type: Optional[str] = None
differential_privacy: Optional[dict] = {}
opt: Optional[Union[dict, str]] = {} # TODO find a better way
# opt: Optional[Union[dict, str]] = {} # TODO find a better way

0 comments on commit aacc447

Please sign in to comment.