aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/__init__.py
diff options
context:
space:
mode:
authorGravatar Roelof Groenewald <40245517+roelof-groenewald@users.noreply.github.com> 2022-10-24 16:06:32 -0700
committerGravatar GitHub <noreply@github.com> 2022-10-24 16:06:32 -0700
commit6bf1a1f65fbf908ab9bc9227b40b90756ad7f334 (patch)
tree9cf625e7bb12b8135d145b14d3bfba5718da2844 /Python/pywarpx/__init__.py
parent2a743bf6a71f3a22bf7e3c2f401775bfba88b0a3 (diff)
downloadWarpX-6bf1a1f65fbf908ab9bc9227b40b90756ad7f334.tar.gz
WarpX-6bf1a1f65fbf908ab9bc9227b40b90756ad7f334.tar.zst
WarpX-6bf1a1f65fbf908ab9bc9227b40b90756ad7f334.zip
Add reduced diagnostics to `picmi.py` (#3475)
* add reduced diagnostics to picmi * added test of picmi reduced diagnostics * changes requested during PR review
Diffstat (limited to 'Python/pywarpx/__init__.py')
-rw-r--r--Python/pywarpx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pywarpx/__init__.py b/Python/pywarpx/__init__.py
index 8f4960456..58d214398 100644
--- a/Python/pywarpx/__init__.py
+++ b/Python/pywarpx/__init__.py
@@ -9,7 +9,7 @@ from .Amr import amr
from .Boundary import boundary
from .Collisions import collisions
from .Constants import my_constants
-from .Diagnostics import diagnostics
+from .Diagnostics import diagnostics, reduced_diagnostics
from .EB2 import eb2
from .Geometry import geometry
from .Interpolation import interpolation