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

Missing docstrings in __init__.py #89

Closed mpvanderschelling closed 10 months ago

mpvanderschelling commented 10 months ago

Adding docstrings to the init.py files in the subpackages would be helpful for users to understand what the subpackages are for. This information is displayed when you use the help() function in python or hover over it in an IDE.

Assignees: Labels:

https://github.com/bessagroup/rvesimulator/blob/ea31752a6da3131cfe55027895ac23ddf684f3de/src/rvesimulator/__init__.py#L1-L4