Autodesk / Autodesk/molecular-design-toolkit

pyccc: error state handling

Open
#69 0 comments 0 reactions 1 assignee Claimed by @avirshup View on GitHub
bug
Dominant language
Python
Stars
174
Forks
37
PR merge metrics
No merged PRs in 30d

Description

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):

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.