about summary refs log tree commit diff
path: root/sourcecodes/cross_valid_example.php
diff options
context:
space:
mode:
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);