bessagroup / rvesimulator

Automated representative volume element simulator via abaqus for material constitutive law discovery
https://bessagroup.github.io/rvesimulator/
MIT License
14 stars 2 forks source link

This method is redundant #75

Open mpvanderschelling opened 10 months ago

mpvanderschelling commented 10 months ago

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:

https://github.com/bessagroup/rvesimulator/blob/ea31752a6da3131cfe55027895ac23ddf684f3de/src/rvesimulator/microstructure/shpere_particles.py#L115