about summary refs log tree commit diff
path: root/sourcecodes/test_set_predictions_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/test_set_predictions_example.php
parentc4949358bfeecdac35802f8369f4f97a21e5fddb (diff)
downloadBNW-bb9d93322abf825368dedaafc2376ef8fdfc1e2f.tar.gz
Jan 28 2019 update
Diffstat (limited to 'sourcecodes/test_set_predictions_example.php')
-rw-r--r--sourcecodes/test_set_predictions_example.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sourcecodes/test_set_predictions_example.php b/sourcecodes/test_set_predictions_example.php
index bdaeb170..1ad96f80 100644
--- a/sourcecodes/test_set_predictions_example.php
+++ b/sourcecodes/test_set_predictions_example.php
@@ -146,7 +146,7 @@ if($searchID!="")
       $fpdata = fopen("./data/".$keyval."ts_input.txt","w");
       fwrite($fpdata,$searchID);
     }
-  $command = './run_test_set '.$keyval;
+  $command = './run_scripts/run_test_set '.$keyval;
   $output = shell_exec("$command > /dev/null 2 > /dev/null &");
   $pred_link='cv_predictions_example.php?My_key='.$keyval;
 }