diff options
Diffstat (limited to 'Examples/Tests/pass_mpi_communicator/analysis.py')
-rwxr-xr-x | Examples/Tests/pass_mpi_communicator/analysis.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Examples/Tests/pass_mpi_communicator/analysis.py b/Examples/Tests/pass_mpi_communicator/analysis.py index db23c7047..9a6229431 100755 --- a/Examples/Tests/pass_mpi_communicator/analysis.py +++ b/Examples/Tests/pass_mpi_communicator/analysis.py @@ -17,12 +17,12 @@ sys.path.insert(1, '../../../../warpx/Regression/Checksum/') import checksum # this will be the name of the first plot file -fn1 = "Python_pass_mpi_comm_plt1_00010" +fn1 = "Python_pass_mpi_comm_plt1_000010" # second plot file -fn2 = "Python_pass_mpi_comm_plt2_00010" +fn2 = "Python_pass_mpi_comm_plt2_000010" -test_name1 = fn1[:-9] -test_name2 = fn2[:-9] +test_name1 = fn1[:-10] +test_name2 = fn2[:-10] checksum1 = checksum.Checksum(test_name1, fn1, do_fields=True, |