aboutsummaryrefslogtreecommitdiff
path: root/Examples/Modules/ParticleBoundaryProcess/analysis_reflection.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/Modules/ParticleBoundaryProcess/analysis_reflection.py')
-rwxr-xr-xExamples/Modules/ParticleBoundaryProcess/analysis_reflection.py15
1 files changed, 0 insertions, 15 deletions
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