molecular-design-toolkit icon indicating copy to clipboard operation
molecular-design-toolkit copied to clipboard

pyccc: error state handling

Open avirshup opened this issue 9 years ago • 0 comments

pyccc (both 0.6.5 and dev) reports that a job with status "failed" is "finished", and then throws an unrelated error when trying to get the job's results. It SHOULD report an error state, and ideally include CCC's error message.

To reproduce (fails because image does not exist):

engine = pyccc.CloudComputeCannon("cloudcomputecannon.bionano.autodesk.com:9000")
job = engine.launch("image_does_not_exist", 'echo hello')

avirshup avatar Aug 09 '16 19:08 avirshup