[mlpack-svn] r15606 - mlpack/conf/jenkins-conf/benchmark

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Aug 9 15:19:34 EDT 2013


Author: marcus
Date: Fri Aug  9 15:19:34 2013
New Revision: 15606

Log:
Fix typo use make_reports.py instead of make_reports.py.py.

Modified:
   mlpack/conf/jenkins-conf/benchmark/Makefile

Modified: mlpack/conf/jenkins-conf/benchmark/Makefile
==============================================================================
--- mlpack/conf/jenkins-conf/benchmark/Makefile	(original)
+++ mlpack/conf/jenkins-conf/benchmark/Makefile	Fri Aug  9 15:19:34 2013
@@ -52,7 +52,7 @@
 	$(PYTHON_BIN) $(BENCHMARKDDIR)/memory_benchmark.py -c $(CONFIG)
 
 reports:
-	$(PYTHON_BIN) $(BENCHMARKDDIR)/make_reports.py.py -c $(CONFIG)
+	$(PYTHON_BIN) $(BENCHMARKDDIR)/make_reports.py -c $(CONFIG)
 
 scripts:
 	# Compile the java files for the weka methods.



More information about the mlpack-svn mailing list