Skip to content

Commit

Permalink
Added code block example for filter
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Jul 23, 2024
1 parent 2178cb4 commit cde1afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/userguide/export_post_processing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ The data can be accessed in three different ways:
...

In the previous case, we created a variable ``flux_surf_3`` that is a :class:`festim.DerivedQuantity` object.
If this is not possible, it is also possible to access the :class:`festim.DerivedQuantity` object with the :meth:`festim.DerivedQuantities.filter` method:
If this is not possible, the :class:`festim.DerivedQuantity` object can be accessed with the :meth:`festim.DerivedQuantities.filter` method:

.. testcode::

Expand Down

0 comments on commit cde1afe

Please sign in to comment.