From 25b843f6bbacb1937bdb960777b73acbece64115 Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Wed, 24 Feb 2021 14:36:59 -0600 Subject: GENENET8 update --- sourcecodes/run_scripts/run_mod_str | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sourcecodes/run_scripts/run_mod_str') diff --git a/sourcecodes/run_scripts/run_mod_str b/sourcecodes/run_scripts/run_mod_str index 63439afd..2acacbb8 100644 --- a/sourcecodes/run_scripts/run_mod_str +++ b/sourcecodes/run_scripts/run_mod_str @@ -1,9 +1,6 @@ #!/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(); fname1=strcat(arg_list{1},"continuous_input_orig.txt"); fname2=strcat(arg_list{2},"continuous_input_orig.txt"); -- cgit 1.4.1