ojwoodford / batch_job

Parallelize MATLAB for loops across workers, without the Parallel Computing Toolbox
MIT License
18 stars 6 forks source link

getReport: basic vs. extended #10

Closed spotlightgit closed 4 years ago

spotlightgit commented 4 years ago

Is there any reason, why you explicitly selected 'basic' instead of the default 'extended' Report type? do_chunk.m (line 27): output{b} = getReport(me, 'basic');

Took me a while to find the reason for this:

Error using horzcat Dimensions of matrices being concatenated are not consistent.

Without knowing at which location to search …

Is it possible to change the report type to "extended"?

ojwoodford commented 4 years ago

I'll test this, and make the change if there are no issues.

ojwoodford commented 4 years ago

I've made this change.