Skip to content

Commit

Permalink
Update examples/006_filter_composite_data_example.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dominik Gresch <[email protected]>
  • Loading branch information
janvonrickenbach and greschd authored Jan 5, 2024
1 parent 8ceb472 commit 21cd559
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 @@ -10,7 +10,7 @@
exposed with the function :func:`.get_ply_wise_data`. In this case the data is
filtered (and reduced) on the server side and only the resulting field is returned
to the client. This is the recommended way to filter data if possible.
For more complex filtering, the data is transferred to the client and side and filtered
For more complex filtering, the data is transferred to the client side and filtered
using numpy functionality.
The examples show filtering data by layer, spot, and node, as well as material
or analysis ply ID. To learn more about how layered result data is organized,
Expand Down

0 comments on commit 21cd559

Please sign in to comment.