about summary refs log tree commit diff
path: root/sourcecodes/run_octave
diff options
context:
space:
mode:
authorziejd22019-01-28 16:37:57 -0600
committerziejd22019-01-28 16:37:57 -0600
commit995f6673b5e725d6907ccd4f8e25033e8524f116 (patch)
tree5df08d9503394eab1190a01a640f3c338e8c74d6 /sourcecodes/run_octave
parentbb9d93322abf825368dedaafc2376ef8fdfc1e2f (diff)
downloadBNW-995f6673b5e725d6907ccd4f8e25033e8524f116.tar.gz
Deleting old versions of files
Diffstat (limited to 'sourcecodes/run_octave')
-rw-r--r--sourcecodes/run_octave7
1 files changed, 0 insertions, 7 deletions
diff --git a/sourcecodes/run_octave b/sourcecodes/run_octave
deleted file mode 100644
index 3879280e..00000000
--- a/sourcecodes/run_octave
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/octave -qf
-cd ./data
-arg_list = argv(); 
-addpath("../bnt-master");
-addpath(genpathKPM("../bnt-master"));
-addpath("../parameter_learning");
-runBN_initial(arg_list{1});