aboutsummaryrefslogtreecommitdiff
path: root/Examples/Tests/ParticleDataPython/analysis.py
blob: e6fb64576f90b47ed36a0923782af3f9b2403eb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/env python

# 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