Tom Close
Tom Close
Another use-case for #776
@djarecka this is just a minor PR that needs to merged in for the master branch to pass the tests. Do you mind if I do it myself? The only...
I checked the code-coverage and those lines are covered now so I will merge this in.
I'm not sure why those tests are failing, it doesn't appear to be related to my changes. Anyone have any ideas?
Since SGE is becoming less common, we should probably move it into a plugin until it can be tested properly
Maybe we should do this for SLURM as well and just keep the debug and CF workers in the main repo. It means we wouldn't rerun the SLURM tests for...
I think this is what I'm trying to solve with "Job lazy fields"
Actually I think this is more complex than I understood in that previous comment
Hi, sorry to only get to this now. Did you get anywhere with this? If you are still interested in this, could you upgrade to 1.0a1 and port your code...
The `globals()[metric]` looks a bit strange to me, why can't you pass it in as a parameter? As the task will potentially get pickled, and then unpickled and run in...