From 1ddd2a0f7ad869043c5fdf8c32a0eb1c78abe220 Mon Sep 17 00:00:00 2001 From: Carlisle Wishard Date: Tue, 6 Dec 2022 13:25:57 -0500 Subject: [PATCH] deleted run_from_file.py --- examples/Basic_Simulation/run_from_file.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 examples/Basic_Simulation/run_from_file.py diff --git a/examples/Basic_Simulation/run_from_file.py b/examples/Basic_Simulation/run_from_file.py deleted file mode 100644 index 146286814..000000000 --- a/examples/Basic_Simulation/run_from_file.py +++ /dev/null @@ -1,3 +0,0 @@ -import swiftest -sim = swiftest.Simulation(read_param=True) -sim.run() \ No newline at end of file