aboutsummaryrefslogtreecommitdiff
path: root/Regression/PostProcessingUtils/post_processing_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'Regression/PostProcessingUtils/post_processing_utils.py')
-rw-r--r--Regression/PostProcessingUtils/post_processing_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Regression/PostProcessingUtils/post_processing_utils.py b/Regression/PostProcessingUtils/post_processing_utils.py
index 1ce398121..50026ca10 100644
--- a/Regression/PostProcessingUtils/post_processing_utils.py
+++ b/Regression/PostProcessingUtils/post_processing_utils.py
@@ -9,6 +9,7 @@
import numpy as np
import yt
+
## This is a generic function to test a particle filter. We reproduce the filter in python and
## verify that the results are the same as with the WarpX filtered diagnostic.
def check_particle_filter(fn, filtered_fn, filter_expression, dim, species_name):