Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/3355-improve-grpc-troubleshootin…
Browse files Browse the repository at this point in the history
…g-documentation' into 3355-improve-grpc-troubleshooting-documentation
  • Loading branch information
maxcapodi78 authored and maxcapodi78 committed Aug 2, 2023
2 parents 8f3ed4d + c38e112 commit d104142
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/source/Getting_started/Troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Sometimes companies do not allow installation of a Python interpreter.
In this case, you can use the Python interpreter available in the AEDT installation.

.. note::
Python 3.7 is available in AEDT 2023 R1 and earlier. Python 3.10 is available in ASEDT 2023 R2.
Python 3.7 is available in AEDT 2023 R1 and earlier. Python 3.10 is available in AEDT 2023 R2.

Here is the path to the Python 3.7 interpreter for the 2023 R1 installation:

Expand Down Expand Up @@ -184,7 +184,7 @@ Then run ansysedt.exe as a gRPC server and redirect the output.
ansysedt -grpcsrv 50051 > /path/to/file/server.txt
The preceding command redirects the gRPC trace
to the file *server.txt*.
to the file ``server.txt``.

Open another terminal window to trace the
gRPC calls on the client where the Python script is to be run.
Expand Down
2 changes: 1 addition & 1 deletion examples/03-Maxwell/Maxwell2D_DCConduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
##################################################################################
# Field animation
# ~~~~~~~~~~~~~~~
# Plot current density vs the Material index.
# Plot current density vs the Material index.

animated = m2d.post.plot_animated_field(
quantity="Mag_J",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ doc = [
"imageio-ffmpeg==0.4.8",
"ipython==8.13.0; python_version < '3.9'",
"ipython==8.14.0; python_version >= '3.9'",
"ipywidgets==8.0.7",
"ipywidgets==8.1.0",
"joblib==1.3.1",
"jupyterlab==4.0.3",
"matplotlib==3.5.3; python_version <= '3.7'",
Expand Down

0 comments on commit d104142

Please sign in to comment.