Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
YamLyubov committed Jul 28, 2023
1 parent 15c2d97 commit 8c053df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fedot/core/pipelines/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def __init__(self, operation_type: Optional[Union[str, Operation]] = None,
self.inference_time_in_seconds = 0

super().__init__(content={'name': operation}, nodes_from=nodes_from)
# use parameters.setter to process input parameters correctly
self.parameters = params

self.log = default_log(self)
Expand Down

0 comments on commit 8c053df

Please sign in to comment.