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

Standard extension of pickle file #58

Closed mpvanderschelling closed 10 months ago

mpvanderschelling commented 10 months ago

Problem

According to this post, the standard extension of a pickle file is .pkl. However, the abaqus_simulator.py file in the rvesimulator package uses .p as the extension for the pickle file. This is not a standard extension for a pickle file and should be changed to .pkl.

Proposed solution

Change the extension of the pickle file from .p to .pkl in the abaqus_simulator.py file.

Assignees: Labels:

https://github.com/bessagroup/rvesimulator/blob/ea31752a6da3131cfe55027895ac23ddf684f3de/src/rvesimulator/abaqus2py/abaqus_simulator.py#L164-L176