From 2857ca08a97b3a8f82d902480816acac0b9614d6 Mon Sep 17 00:00:00 2001 From: Edoardo Zoni <59625522+EZoni@users.noreply.github.com> Date: Fri, 2 Dec 2022 20:20:17 -0800 Subject: Clean up examples folders (#3545) * Clean up examples folders * Use `snake_case` names * Rename `nci_corrector` as `nci_fdtd_stability` --- Examples/Tests/ParticleDataPython/analysis.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 Examples/Tests/ParticleDataPython/analysis.py (limited to 'Examples/Tests/ParticleDataPython/analysis.py') 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 -- cgit v1.2.3