pymapdl icon indicating copy to clipboard operation
pymapdl copied to clipboard

Large files in the final python package

Open Gryfenfer97 opened this issue 9 months ago • 2 comments

🤓 Before submitting the issue

🔍 Description of the bug

When I install the ansys-mapdl-core package, there are files in core/example/verif that are tens of megabytes in size (e.g. vm232-2.cdb)

🕵️ Steps To Reproduce

Install the package and check the size of vm232-2.cdb in venv\Lib\site-packages\ansys\mapdl\core\examples\verif

💻 Which Operating System are you using?

Windows

🐍 Which Python version are you using?

3.11

Gryfenfer97 avatar Apr 26 '24 08:04 Gryfenfer97

@Gryfenfer97 ... you are right. Those files are considered complimentary of the vms. But it is true that most of them can be "rebuilt" from the *.dat files. I should check this first.

Then I think we can remove them, so the package size is smaller.

germa89 avatar Apr 26 '24 11:04 germa89