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 `dwave sample` for unstructured solvers #560

Closed randomir closed 1 year ago

randomir commented 1 year ago

Fix #557.

codecov[bot] commented 1 year ago

Codecov Report

Merging #560 (2ac2dfa) into master (da19cc0) will decrease coverage by 0.14%. The diff coverage is 46.15%.

@@            Coverage Diff             @@
##           master     #560      +/-   ##
==========================================
- Coverage   86.92%   86.78%   -0.14%     
==========================================
  Files          24       24              
  Lines        3540     3549       +9     
==========================================
+ Hits         3077     3080       +3     
- Misses        463      469       +6     
Files Changed Coverage Δ
dwave/cloud/cli.py 63.12% <46.15%> (-0.55%) :arrow_down:

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

davage commented 1 year ago

Looks good. Thanks!