diff options
Diffstat (limited to 'Examples/Modules/embedded_boundary_python_API/analysis.py')
-rwxr-xr-x | Examples/Modules/embedded_boundary_python_API/analysis.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Examples/Modules/embedded_boundary_python_API/analysis.py b/Examples/Modules/embedded_boundary_python_API/analysis.py deleted file mode 100755 index 09cc2accf..000000000 --- a/Examples/Modules/embedded_boundary_python_API/analysis.py +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env python3 - -# This script just checks that the PICMI file executed successfully. -# If it did there will be a plotfile for the final step. - -import sys - -step = int(sys.argv[1][-5:]) - -assert step == 2 |