You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Problem
The function
self._parameter_initialization()
has the same function as theself.__init__()
method. Therefore it makes more sense to remove theself._parameter_initialization()
method and move its content to theself.__init__()
method.Proposed Solution
Remove the
self._parameter_initialization()
method and move its content to theself.__init__()
method.Assignees:
Labels:
rvesimulator/src/rvesimulator/microstructure/shpere_particles.py
Line 115 in ea31752
The text was updated successfully, but these errors were encountered: