aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2018-12-14 16:01:28 -0800
committerGravatar GitHub <noreply@github.com> 2018-12-14 16:01:28 -0800
commite571fd61ead3e14f21c300bb8a69fc72dabc9a9d (patch)
treefe568ebca01187453b5381f67922a528a1c47e57 /Python/pywarpx
parent002cd92fa68c943d788abe540c84c9172fc0d332 (diff)
parent0108a747887d96b842f7133557ec4a1f6583514f (diff)
downloadWarpX-e571fd61ead3e14f21c300bb8a69fc72dabc9a9d.tar.gz
WarpX-e571fd61ead3e14f21c300bb8a69fc72dabc9a9d.tar.zst
WarpX-e571fd61ead3e14f21c300bb8a69fc72dabc9a9d.zip
Merge pull request #48 from ECP-WarpX/picmi_diagnostics
Bug fix in picmi.py
Diffstat (limited to 'Python/pywarpx')
-rw-r--r--Python/pywarpx/picmi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pywarpx/picmi.py b/Python/pywarpx/picmi.py
index 81b1543bb..70d63e467 100644
--- a/Python/pywarpx/picmi.py
+++ b/Python/pywarpx/picmi.py
@@ -420,7 +420,7 @@ class Simulation(picmistandard.PICMI_Simulation):
if self.gamma_boost is not None:
pywarpx.warpx.gamma_boost = self.gamma_boost
- pywarpx.warpx.boost_direction = z
+ pywarpx.warpx.boost_direction = 'z'
pywarpx.amr.plot_int = self.plot_int
pywarpx.amr.plot_file = self.plot_file