about summary refs log tree commit diff
path: root/sourcecodes/run_octave_inv
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/run_octave_inv')
-rw-r--r--sourcecodes/run_octave_inv7
1 files changed, 0 insertions, 7 deletions
diff --git a/sourcecodes/run_octave_inv b/sourcecodes/run_octave_inv
deleted file mode 100644
index f9e568e3..00000000
--- a/sourcecodes/run_octave_inv
+++ /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");
-Predictmultipleintervention(arg_list{1});