aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/Particles.py
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2020-01-14 09:37:56 -0800
committerGravatar GitHub <noreply@github.com> 2020-01-14 09:37:56 -0800
commit3bf2684c160ea821b94c8791ea01d53ec34f98b1 (patch)
treeaa55f09cd99b4c35b8db073f00a925cf4958ffe7 /Python/pywarpx/Particles.py
parented93568fe37da1acaafc6c770607b152e58c2e9b (diff)
parent0c593f22cd3c5571ff89ddc32a6b7b205815ead2 (diff)
downloadWarpX-3bf2684c160ea821b94c8791ea01d53ec34f98b1.tar.gz
WarpX-3bf2684c160ea821b94c8791ea01d53ec34f98b1.tar.zst
WarpX-3bf2684c160ea821b94c8791ea01d53ec34f98b1.zip
Merge pull request #593 from dpgrote/fix_picmi_diagnostics
Updated handling of diagnostics in picmi interface
Diffstat (limited to 'Python/pywarpx/Particles.py')
-rw-r--r--Python/pywarpx/Particles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pywarpx/Particles.py b/Python/pywarpx/Particles.py
index 757a49d00..582e623b7 100644
--- a/Python/pywarpx/Particles.py
+++ b/Python/pywarpx/Particles.py
@@ -1,6 +1,6 @@
from .Bucket import Bucket
-particles = Bucket('particles', nspecies=0, species_names=None)
+particles = Bucket('particles', nspecies=0, species_names=[])
particles_list = []
electrons = Bucket('electrons')