535455565758596061
} private void cmp() { requireExecPaths(); if (opts.iter >= 0 && opts.group != null) new ExampleDerivations(opts.execPaths, opts.topN).write(opts.iter, opts.group); else new ExampleDerivations(opts.execPaths, opts.topN).writeAll(); }