Skip to content

Commit f876811

Browse files
committed
minor commit to refresh branch
2 parents 09c7a19 + 389eb40 commit f876811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autointent/schemas/node_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
class ParamSpace(BaseModel, ABC):
26-
"""Base class for parameter search space configuration."""
26+
"""Base class for search space used in optuna."""
2727

2828
@abstractmethod
2929
def n_possible_values(self) -> int | None:

0 commit comments

Comments
 (0)