diff options
Diffstat (limited to 'Examples/Tests/ParticleDataPython')
-rwxr-xr-x | Examples/Tests/ParticleDataPython/PICMI_inputs_2d.py | 1 | ||||
-rwxr-xr-x | Examples/Tests/ParticleDataPython/PICMI_inputs_prev_pos_2d.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Examples/Tests/ParticleDataPython/PICMI_inputs_2d.py b/Examples/Tests/ParticleDataPython/PICMI_inputs_2d.py index 40d0b49ad..c93b84f1f 100755 --- a/Examples/Tests/ParticleDataPython/PICMI_inputs_2d.py +++ b/Examples/Tests/ParticleDataPython/PICMI_inputs_2d.py @@ -3,6 +3,7 @@ import argparse import sys import numpy as np + from pywarpx import callbacks, picmi # Create the parser and add the argument diff --git a/Examples/Tests/ParticleDataPython/PICMI_inputs_prev_pos_2d.py b/Examples/Tests/ParticleDataPython/PICMI_inputs_prev_pos_2d.py index 9cfe669ce..0e988f0fe 100755 --- a/Examples/Tests/ParticleDataPython/PICMI_inputs_prev_pos_2d.py +++ b/Examples/Tests/ParticleDataPython/PICMI_inputs_prev_pos_2d.py @@ -3,6 +3,7 @@ # --- Input file to test the saving of old particle positions import numpy as np + from pywarpx import picmi constants = picmi.constants |