Skip to content

Commit

Permalink
Merge branch 'main' into remove_elevation_from_osm
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys authored Jan 31, 2025
2 parents d1166ca + f8986b1 commit bf74307
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions doc/source/Getting_started/Troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,20 @@ gRPC calls on the client where the Python script is to be run.
Now run the PyAEDT script, (making sure it connects to the same port as the gRPC server - 50051).
Capture the output in a file. For example *client.txt*. Then send all the logs
to `Ansys Support <https://www.ansys.com/it-solutions/contacting-technical-support>`_.


Numpy compatibility
-------------------
If you use Numpy 2.Y.Z, you may encounter compatibility issues with PyAEDT or PyEDB.

This kind of problem can occur when a user is in a Linux environment and wants to use .NET.
If you encounter such issue, you can try patching it by importing PyAEDT or PyEDB before any import of Numpy as below

.. code-block:: python
import ansys.aedt.core
import numpy
.. note::

If you use gRPC or previous Numpy releases, you shouldn't be impacted with this issue.
2 changes: 1 addition & 1 deletion doc/styles/config/vocabularies/ANSYS/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespaces
Nastran
netlist
Nexxim
numpy
[Nn]umpy
numpydoc
openssl
[Oo]ptimetrics
Expand Down

0 comments on commit bf74307

Please sign in to comment.