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` --- .../ParticleBoundaryProcess/analysis_reflection.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 Examples/Modules/ParticleBoundaryProcess/analysis_reflection.py (limited to 'Examples/Modules/ParticleBoundaryProcess/analysis_reflection.py') diff --git a/Examples/Modules/ParticleBoundaryProcess/analysis_reflection.py b/Examples/Modules/ParticleBoundaryProcess/analysis_reflection.py deleted file mode 100755 index a64029765..000000000 --- a/Examples/Modules/ParticleBoundaryProcess/analysis_reflection.py +++ /dev/null @@ -1,15 +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 yt - -plotfile = 'Python_particle_reflection_plt000010' -ds = yt.load( plotfile ) # noqa - -assert True -- cgit v1.2.3