[mlpack-svn] r15414 - mlpack/conf/jenkins-conf/benchmark/methods/matlab

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Jul 4 09:41:12 EDT 2013


Author: marcus
Date: Thu Jul  4 09:41:12 2013
New Revision: 15414

Log:
Set the correct matlab path.

Modified:
   mlpack/conf/jenkins-conf/benchmark/methods/matlab/nbc.py

Modified: mlpack/conf/jenkins-conf/benchmark/methods/matlab/nbc.py
==============================================================================
--- mlpack/conf/jenkins-conf/benchmark/methods/matlab/nbc.py	(original)
+++ mlpack/conf/jenkins-conf/benchmark/methods/matlab/nbc.py	Thu Jul  4 09:41:12 2013
@@ -36,7 +36,7 @@
   @param path - Path to the mlpack executable.
   @param verbose - Display informational messages.
 	'''
-	def __init__(self, dataset, path="/Applications/MATLAB_R2012a.app/bin/", verbose=True): 
+	def __init__(self, dataset, path="/opt/matlab/bin/", verbose=True): 
 		self.verbose = verbose
 		self.dataset = dataset
 		self.path = path



More information about the mlpack-svn mailing list