changeset 6:9d3798187b19

Updated the call to Micropita
author george-weingart
date Tue, 06 May 2014 17:22:56 -0400
parents cb7b4786434d
children 79da68490e43
files micropita_prepare.py
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/micropita_prepare.py	Tue May 06 17:20:23 2014 -0400
+++ b/micropita_prepare.py	Tue May 06 17:22:56 2014 -0400
@@ -140,7 +140,6 @@
 	OutTargetsFile.close()
 	os_command = "python " + \
 		root_dir + \
-		######"/tools/micropita/" + \
 		"MicroPITA.py "+\
 		"--lastmeta " + table_lines[LastMetaInt]+ " " +\
 		"--feature_method " + results.feature_method + " " + \
@@ -154,6 +153,7 @@
 	os.system(os_command)
 
 	
+######"/tools/micropita/" + \
 
 print "Before invoking the call"
 
@@ -162,7 +162,6 @@
 or results.MParameter == "extreme": 
 		os_command = "python " + \
 		root_dir +  \
-		######"/tools/micropita/" + \
 		"MicroPITA.py "+\
 		"--lastmeta " + table_lines[LastMetaInt]+ " " +\
 		"-m " + results.MParameter + " " + \
@@ -187,7 +186,6 @@
 or results.MParameter == "discriminant": 
 	os_command = "python " + \
 		root_dir + \
-		######"/tools/micropita/" + \
 		"MicroPITA.py "+\
 		"--lastmeta " + table_lines[LastMetaInt]+ " " +\
 		"--label " + table_lines[LastMetaInt]+ " " +\