Skip to content

This method is redundant #75

@mpvanderschelling

Description

@mpvanderschelling

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions