summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Arteaga <andyspiros@gmail.com>2012-08-06 00:56:55 +0200
committerAndrea Arteaga <andyspiros@gmail.com>2012-08-06 01:02:22 +0200
commitf4ebe8fa598045dae33a1dc160d231c193f59004 (patch)
tree15b02da22026d27e72bf094fc733b1a4d341f72d /exec.py
parentCleaned modules. (diff)
downloadauto-numerical-bench-f4ebe8fa598045dae33a1dc160d231c193f59004.tar.gz
auto-numerical-bench-f4ebe8fa598045dae33a1dc160d231c193f59004.tar.bz2
auto-numerical-bench-f4ebe8fa598045dae33a1dc160d231c193f59004.zip
Input parser, initializations, code cleanup.0.2_beta4
The old parser has been removed. Now only xml input is supported. xmlinput now has a class Parser. Module name and arguments are now present in the configuration file. Informations can be retrived separately from the file. benchconfig initialization is now splitted in functions that are called from within main.py. the same happens in benchprint. benchconfig now explicitly defines all the variables. In general, some clean up has been done and some warnings have been suppressed.
Diffstat (limited to 'exec.py')
-rwxr-xr-xexec.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/exec.py b/exec.py
index c3b7eda..1b794dd 100755
--- a/exec.py
+++ b/exec.py
@@ -18,4 +18,6 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-import numbench.main \ No newline at end of file
+#@PydevCodeAnalysisIgnore
+
+import numbench.main