Skip to content

Commit

Permalink
Fix intendation.
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonrickenbach committed Jan 9, 2024
1 parent 6dfb11d commit e6dfd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/006_filter_composite_data_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# This example selects the maximum value over all spots for each node and then requests
# the elemental location, which 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.
# 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

0 comments on commit e6dfd05

Please sign in to comment.