I have found that being forced to pass the run() function to the tools.carpexample decorator is limiting my code functionality. What will happen if I don't use the decorator?
As far as I can tell, the biggest things are that I will have to define my own parser, and the job directory isn't automatically made. Is there something else that might be important?
Edit: It also looks like I can't call job.bench(). How can I circumvent this?
Thanks,
Chang