From 9a9a577eacc190c782d8f0eb02370b3ef77f83b2 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Tue, 13 Aug 2019 01:24:55 +0200 Subject: [PATCH] small edits --- test_david.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/test_david.py b/test_david.py index ba36dec3a..dd375efd4 100644 --- a/test_david.py +++ b/test_david.py @@ -4,9 +4,6 @@ import binary_c from defaults import physics_defaults - - - ############################################################ # Test script to run a binary using the binary_c Python # module. @@ -159,7 +156,4 @@ def example_with_loading_default_args(): -example_with_loading_default_args() - -quit() - +example_with_loading_default_args() \ No newline at end of file -- GitLab