there appears to be a minor bug with merging external files in the latest version (2.76 but I did update from 2.71). Merging files fails with an error as the taskSpecs field is apparently missing (if empty) and to be merged datasets fields are inconsistent.
Adding
outData.taskSpecs = data.taskSpecs;
in line 273 of ep_mergeEPfiles.m solved the problem, but I'm not sure whether this is the correct long-term solution.
Thank you for the continued development of the toolbox!
Best,
Andreas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear Joe,
there appears to be a minor bug with merging external files in the latest version (2.76 but I did update from 2.71). Merging files fails with an error as the taskSpecs field is apparently missing (if empty) and to be merged datasets fields are inconsistent.
Adding
outData.taskSpecs = data.taskSpecs;
in line 273 of ep_mergeEPfiles.m solved the problem, but I'm not sure whether this is the correct long-term solution.
Thank you for the continued development of the toolbox!
Best,
Andreas
Yes that's right. Thanks for the bug report!
Joe