changeset 5:cb7b4786434d

Updated call to Micropita
author george-weingart
date Tue, 06 May 2014 17:20:23 -0400
parents 73ab9bfbeaf1
children 9d3798187b19
files micropita_prepare.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/micropita_prepare.py	Tue May 06 17:15:17 2014 -0400
+++ b/micropita_prepare.py	Tue May 06 17:20:23 2014 -0400
@@ -140,7 +140,7 @@
 	OutTargetsFile.close()
 	os_command = "python " + \
 		root_dir + \
-		"/tools/micropita/" + \
+		######"/tools/micropita/" + \
 		"MicroPITA.py "+\
 		"--lastmeta " + table_lines[LastMetaInt]+ " " +\
 		"--feature_method " + results.feature_method + " " + \
@@ -162,7 +162,7 @@
 or results.MParameter == "extreme": 
 		os_command = "python " + \
 		root_dir +  \
-		"/tools/micropita/" + \
+		######"/tools/micropita/" + \
 		"MicroPITA.py "+\
 		"--lastmeta " + table_lines[LastMetaInt]+ " " +\
 		"-m " + results.MParameter + " " + \
@@ -187,7 +187,7 @@
 or results.MParameter == "discriminant": 
 	os_command = "python " + \
 		root_dir + \
-		"/tools/micropita/" + \
+		######"/tools/micropita/" + \
 		"MicroPITA.py "+\
 		"--lastmeta " + table_lines[LastMetaInt]+ " " +\
 		"--label " + table_lines[LastMetaInt]+ " " +\