aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/Diagnostics.py
diff options
context:
space:
mode:
Diffstat (limited to 'Python/pywarpx/Diagnostics.py')
-rw-r--r--Python/pywarpx/Diagnostics.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pywarpx/Diagnostics.py b/Python/pywarpx/Diagnostics.py
index 408ce6d14..06562c28d 100644
--- a/Python/pywarpx/Diagnostics.py
+++ b/Python/pywarpx/Diagnostics.py
@@ -7,6 +7,7 @@
from .Bucket import Bucket
diagnostics = Bucket('diagnostics', _diagnostics_dict={})
+reduced_diagnostics = Bucket('warpx', _diagnostics_dict={})
class Diagnostic(Bucket):
"""