We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d019af5 commit 21210b9Copy full SHA for 21210b9
optimas/generators/base.py
@@ -78,7 +78,7 @@ def __init__(
78
allow_fixed_parameters: Optional[bool] = False,
79
allow_updating_parameters: Optional[bool] = False,
80
) -> None:
81
- # Initialize the standard generator which called validate_vocs
+ # Initialize the standard generator which calls `_validate_vocs`
82
super().__init__(vocs)
83
84
# Store copies to prevent unexpected behavior if parameters are changed
0 commit comments