diff options
author | 2019-09-24 09:27:42 -0700 | |
---|---|---|
committer | 2019-09-24 09:27:42 -0700 | |
commit | 2f0d18e2d1e4245402be358989c033a1abb05b85 (patch) | |
tree | 78e8dc97a55a23e73e627ef72632b19d8ec80a06 /Examples/Tests/particles_in_PML/analysis.py | |
parent | d6b70dd486f7743f5e7303b24078d085d07e24b9 (diff) | |
download | WarpX-2f0d18e2d1e4245402be358989c033a1abb05b85.tar.gz WarpX-2f0d18e2d1e4245402be358989c033a1abb05b85.tar.zst WarpX-2f0d18e2d1e4245402be358989c033a1abb05b85.zip |
more print statements in automated test analysis
Diffstat (limited to 'Examples/Tests/particles_in_PML/analysis.py')
-rwxr-xr-x | Examples/Tests/particles_in_PML/analysis.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/Tests/particles_in_PML/analysis.py b/Examples/Tests/particles_in_PML/analysis.py index ab5792082..96406d717 100755 --- a/Examples/Tests/particles_in_PML/analysis.py +++ b/Examples/Tests/particles_in_PML/analysis.py @@ -24,7 +24,7 @@ Ex_array = ad0['Ex'].to_ndarray() Ey_array = ad0['Ey'].to_ndarray() Ez_array = ad0['Ez'].to_ndarray() max_Efield = max(Ex_array.max(), Ey_array.max(), Ez_array.max()) -print( max_Efield ) +print( "max_Efield = %s" %max_Efield ) # The field associated with the particle does not have # the same amplitude in 2d and 3d |