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

Suggestion: Create this logger outside of the method #72

Open mpvanderschelling opened 10 months ago

mpvanderschelling commented 10 months ago

Problem

Create this logger outside of the method, this makes the code more concise and easier to read.

Solution

Create the logger in a separate module and import it into the module where it is used.

Assignees: Labels:

https://github.com/bessagroup/rvesimulator/blob/ea31752a6da3131cfe55027895ac23ddf684f3de/src/rvesimulator/microstructure/circle_particles.py#L157-L167