-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Problem
The function self._parameter_initialization() has the same function as the self.__init__() method. Therefore it makes more sense to remove the self._parameter_initialization() method and move its content to the self.__init__() method.
Proposed Solution
Remove the self._parameter_initialization() method and move its content to the self.__init__() method.
Assignees:
Labels:
| self._parameter_initialization() |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels