ansys / pymapdl

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

warn function not imported #1090

Closed lschuler1 closed 2 years ago

lschuler1 commented 2 years ago

Describe the bug When I try to import the stiffness matrix from a file located in my Python directory (which is the same as my MAPDL directory), PyMapdl tries to send a warning message. However, the function warn is not imported, thus I have an error (see the screenshot below)

Screenshot Capture

System Information:

I am using Python 3.8.

Thank you, Louis

germa89 commented 2 years ago

You are right. Thank you for reporting!