From 6bf1a1f65fbf908ab9bc9227b40b90756ad7f334 Mon Sep 17 00:00:00 2001 From: Roelof Groenewald <40245517+roelof-groenewald@users.noreply.github.com> Date: Mon, 24 Oct 2022 16:06:32 -0700 Subject: Add reduced diagnostics to `picmi.py` (#3475) * add reduced diagnostics to picmi * added test of picmi reduced diagnostics * changes requested during PR review --- Python/pywarpx/Diagnostics.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Python/pywarpx/Diagnostics.py') 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): """ -- cgit v1.2.3