diff options
| author | ziejd2 | 2021-02-24 15:19:03 -0600 |
|---|---|---|
| committer | ziejd2 | 2021-02-24 15:19:03 -0600 |
| commit | 1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0 (patch) | |
| tree | d4356879a9b0a3d44063a6b292ef0197173697af /sourcecodes/run_scripts/path_cd.m | |
| parent | a2b306b10fb07f07c63235861ccfe460153e8609 (diff) | |
| download | BNW-1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0.tar.gz | |
Moving final GENENET8 version to master
Diffstat (limited to 'sourcecodes/run_scripts/path_cd.m')
| -rw-r--r-- | sourcecodes/run_scripts/path_cd.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sourcecodes/run_scripts/path_cd.m b/sourcecodes/run_scripts/path_cd.m index d45098d0..4c5c04ad 100644 --- a/sourcecodes/run_scripts/path_cd.m +++ b/sourcecodes/run_scripts/path_cd.m @@ -2,4 +2,4 @@ base_dir = pwd(); addpath(strcat(base_dir,"/bnt-master")); addpath(genpathKPM(strcat(base_dir,"/bnt-master"))); addpath(strcat(base_dir,"/parameter_learning")); -cd /var/lib/genenet/bnw/; +cd /tmp/bnw; |
