SIMEXP / psom

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

psom_run_pipeline calls psom_run_script with too many arguments #89

Closed surchs closed 8 years ago

surchs commented 8 years ago

psom_run_pipeline calls psom_run_script with 5 instead of 4 arguments (opt.flag_verbose is excessive).

This error is only raised on Matlab since Octave simply ignores the surplus arguments.