about summary refs log tree commit diff
path: root/sourcecodes/cross_valid_example.php
diff options
context:
space:
mode:
authorziejd22019-01-28 16:31:54 -0600
committerziejd22019-01-28 16:31:54 -0600
commitbb9d93322abf825368dedaafc2376ef8fdfc1e2f (patch)
tree10b9b3dd405d8a73aa4784e313525159cade3f3b /sourcecodes/cross_valid_example.php
parentc4949358bfeecdac35802f8369f4f97a21e5fddb (diff)
downloadBNW-bb9d93322abf825368dedaafc2376ef8fdfc1e2f.tar.gz
Jan 28 2019 update
Diffstat (limited to 'sourcecodes/cross_valid_example.php')
-rw-r--r--sourcecodes/cross_valid_example.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sourcecodes/cross_valid_example.php b/sourcecodes/cross_valid_example.php
index a4bbe043..041df913 100644
--- a/sourcecodes/cross_valid_example.php
+++ b/sourcecodes/cross_valid_example.php
@@ -108,7 +108,7 @@ display: block; height: 30px; width: 300px;"><span class="error"> <?php if($varN
 
 if($varNameErr=="1")
 {
-  $command = './run_loo '.$keyval.' '.$varName;
+  $command = './run_scripts/run_loo '.$keyval.' '.$varName;
   $output = shell_exec("$command > /dev/null 2 > /dev/null &");
   $pred_link='cv_predictions_example.php?My_key='.$keyval;
   sleep(1);