entropicalabs / openqaoa

Multi-backend SDK for quantum optimisation
MIT License
119 stars 59 forks source link

aws jobs main functions #130

Closed Q-lds closed 1 year ago

Q-lds commented 1 year ago

Description

Checklist

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Name the new unit-tests that you have added along with this change. tests/test_aws_managed_jobs.py

codecov[bot] commented 1 year ago

Codecov Report

Merging #130 (2603db2) into dev (e9ba397) will increase coverage by 0.11%. The diff coverage is 84.86%.

@@            Coverage Diff             @@
##              dev     #130      +/-   ##
==========================================
+ Coverage   81.89%   82.00%   +0.11%     
==========================================
  Files         106      108       +2     
  Lines       12535    12950     +415     
==========================================
+ Hits        10265    10620     +355     
- Misses       2270     2330      +60     
Impacted Files Coverage Δ
setup.py 100.00% <ø> (ø)
tests/test_aws_managed_jobs.py 48.83% <48.83%> (ø)
openqaoa/workflows/managed_jobs.py 55.81% <55.81%> (ø)
tests/test_workflows.py 99.48% <97.85%> (-0.36%) :arrow_down:
openqaoa/devices.py 45.50% <100.00%> (+3.93%) :arrow_up:
openqaoa/optimizers/result.py 94.76% <100.00%> (+0.64%) :arrow_up:
openqaoa/rqaoa/rqaoa_results.py 100.00% <100.00%> (ø)
openqaoa/workflows/optimizer.py 94.51% <100.00%> (+0.69%) :arrow_up:
tests/test_notebooks.py 96.55% <100.00%> (+0.89%) :arrow_up:
tests/test_results.py 100.00% <100.00%> (ø)
... and 4 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

Q-lds commented 1 year ago

This PR is now obsolete. As soon as the new one is merged I will close this one.