about summary refs log tree commit diff
path: root/sourcecodes/run_scripts/run_del_var
diff options
context:
space:
mode:
authorziejd22021-02-24 14:36:59 -0600
committerziejd22021-02-24 14:36:59 -0600
commit25b843f6bbacb1937bdb960777b73acbece64115 (patch)
tree88645b9d1d8a0eea19d7229555bf8805571bc8b7 /sourcecodes/run_scripts/run_del_var
parent33cedf36248f616aa37d1462c69a4a3058a5d92e (diff)
downloadBNW-25b843f6bbacb1937bdb960777b73acbece64115.tar.gz
GENENET8 update
Diffstat (limited to 'sourcecodes/run_scripts/run_del_var')
-rw-r--r--sourcecodes/run_scripts/run_del_var7
1 files changed, 2 insertions, 5 deletions
diff --git a/sourcecodes/run_scripts/run_del_var b/sourcecodes/run_scripts/run_del_var
index 0b1bdfdc..5a500ee2 100644
--- a/sourcecodes/run_scripts/run_del_var
+++ b/sourcecodes/run_scripts/run_del_var
@@ -1,8 +1,5 @@
 #!/usr/bin/octave -qf
-cd ./data
-arg_list = argv(); 
-addpath("../bnt-master");
-addpath(genpathKPM("../bnt-master"));
-addpath("../parameter_learning");
+source("./run_scripts/path_cd.m")
+arg_list = argv();
 removeNodes(arg_list{1},arg_list{2});
 prepareInput(arg_list{2});
\ No newline at end of file