From: Benjamin Auder <benjamin@auder>
Date: Mon, 16 Dec 2019 18:27:50 +0000 (+0100)
Subject: Typo in run_acc.sh
X-Git-Url: https://git.auder.net/variants/current/css/img/doc/config.php?a=commitdiff_plain;h=8e2a8030bc1e306d9b74609f0759a5e0d8892178;p=morpheus.git

Typo in run_acc.sh
---

diff --git a/reports/run_accu_cl.sh b/reports/run_accu_cl.sh
index 82dadbf..f73b491 100644
--- a/reports/run_accu_cl.sh
+++ b/reports/run_accu_cl.sh
@@ -17,6 +17,6 @@ nc=50
 
 for d in 2 5 10; do
 	for link in "logit" "probit"; do
-		R --slave --args N=$N n=$n nc=$nc d=$d link=$link <accuracy.R >out_${n}_${link}_${d}_${weights} 2>&1
+		R --slave --args N=$N n=$n nc=$nc d=$d link=$link <accuracy.R >out_${n}_${link}_${d} 2>&1
 	done
 done