SIMEXP / psom

pipeline system for octave and matlab
http://psom.simexp-lab.org
Other
24 stars 13 forks source link

psom_run_script illegal characters #132

Closed angela-tam closed 6 years ago

angela-tam commented 6 years ago

Lines 411 and 412 of psom_run_script contain # signs which don't work in MATLAB and gives the following error when trying to run a pipeline :

Error: File: psom_run_script.m Line: 411 Column: 9 The input character is not valid in MATLAB statements or expressions.

Error in psom_run_pipeline (line 505) [flag_failed,msg] = psom_run_script(cmd_deamon,script_deamon,opt_script,opt_logs);

(ps. looks like those lines are supposed to be comments?)

pbellec commented 6 years ago

that's correct

"#" should be replaced by "%"

We NEED a proper testing procedure, that runs on both Matlab and Octave.

@angela-tam can you fix this?