Skip to content

Commit

Permalink
Fix codestyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonrickenbach committed Jan 5, 2024
1 parent 0e97a20 commit dfc1e19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/006_filter_composite_data_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
# It also supports selecting a specific spot (TOP, MID, BOT) directly.
# This example selects the maximum value over all spots for each node and then requests
# the elemental location that implies averaging over all nodes in an element.
# Using the :func:`.get_ply_wise_data` function has the advantage that all the averaging and filtering
# is done on the server side.
# Using the :func:`.get_ply_wise_data` function has the advantage that all the averaging and
# filtering is done on the server side.
if version_equal_or_later(server, "8.0"):
elemental_max = get_ply_wise_data(
field=stress_field,
Expand Down
3 changes: 2 additions & 1 deletion examples/012_fatigue_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
by using a dummy S-N curve.
Be aware that the fatpack package is not developed by Ansys, so it is the responsibility
of the user to verify that it works as expected. For more information, see the `fatback package <https://pypi.org/project/fatpack/>`_,
of the user to verify that it works as expected. For more information, see the
`fatpack package <https://pypi.org/project/fatpack/>`_,
"""

Expand Down

0 comments on commit dfc1e19

Please sign in to comment.