diff options
Diffstat (limited to 'Examples/Tests/ParticleDataPython/analysis.py')
-rwxr-xr-x | Examples/Tests/ParticleDataPython/analysis.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Examples/Tests/ParticleDataPython/analysis.py b/Examples/Tests/ParticleDataPython/analysis.py deleted file mode 100755 index 0b0cce329..000000000 --- a/Examples/Tests/ParticleDataPython/analysis.py +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env python3 - -# Copyright 2021 Modern Electron -# -# License: BSD-3-Clause-LBNL - -# 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 == 10 |