diff options
Diffstat (limited to 'Examples/Tests/restart')
-rwxr-xr-x[-rw-r--r--] | Examples/Tests/restart/PICMI_inputs_runtime_component_analyze.py | 2 | ||||
-rwxr-xr-x | Examples/Tests/restart/analysis_restart.py | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Examples/Tests/restart/PICMI_inputs_runtime_component_analyze.py b/Examples/Tests/restart/PICMI_inputs_runtime_component_analyze.py index a0402fec8..524913335 100644..100755 --- a/Examples/Tests/restart/PICMI_inputs_runtime_component_analyze.py +++ b/Examples/Tests/restart/PICMI_inputs_runtime_component_analyze.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 +# # This is a script that adds particle components at runtime, # then performs checkpoint / restart and compares the result # to the original simulation. diff --git a/Examples/Tests/restart/analysis_restart.py b/Examples/Tests/restart/analysis_restart.py index 9ef964664..087e380c4 100755 --- a/Examples/Tests/restart/analysis_restart.py +++ b/Examples/Tests/restart/analysis_restart.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python3 import sys sys.path.insert(1, '../../../../warpx/Regression/Checksum/') |