dwavesystems / dwave-cloud-client

A minimal implementation of the REST interface used to communicate with D-Wave Solver API (SAPI) servers.
https://docs.ocean.dwavesys.com/projects/cloud-client/en/stable/
Apache License 2.0
59 stars 40 forks source link

Fix a few failing live tests #518

Closed randomir closed 2 years ago

randomir commented 2 years ago

Address #516. Close #517.

codecov-commenter commented 2 years ago

Codecov Report

Merging #518 (9eb2430) into master (daf121d) will decrease coverage by 0.15%. The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master     #518      +/-   ##
==========================================
- Coverage   86.79%   86.64%   -0.16%     
==========================================
  Files          24       24              
  Lines        3316     3316              
==========================================
- Hits         2878     2873       -5     
- Misses        438      443       +5     
Impacted Files Coverage Δ
dwave/cloud/cli.py 64.27% <50.00%> (ø)
dwave/cloud/api/resources.py 89.23% <0.00%> (-3.85%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update daf121d...9eb2430. Read the comment docs.