ansys / pymapdl

Pythonic interface to MAPDL
https://mapdl.docs.pyansys.com
MIT License
424 stars 120 forks source link

Large files in the final python package #3033

Open Gryfenfer97 opened 5 months ago

Gryfenfer97 commented 5 months ago

🤓 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

germa89 commented 5 months ago

@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.

koubaa commented 5 days ago

The files are still part of the package (and installed via the same wheel) - and hence the size of the pymapdl wheel is still larger than it ought to be. I'm reopening until that is addressed