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

Add `StructuredSampler.reformat_parameters()` method #510

Closed arcondello closed 2 years ago

arcondello commented 2 years ago

Closes https://github.com/dwavesystems/dwave-cloud-client/issues/465

arcondello commented 2 years ago

~I don't think the current failures are from me - looks like the dwave-networkx version is too new so when dimod is downgraded the dwave-networkx tests fail.~ Fixed.

codecov-commenter commented 2 years ago

Codecov Report

Merging #510 (032a2ee) into master (901ee64) will increase coverage by 0.17%. The diff coverage is 77.14%.

:exclamation: Current head 032a2ee differs from pull request most recent head da24754. Consider uploading reports for the commit da24754 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #510      +/-   ##
==========================================
+ Coverage   86.60%   86.78%   +0.17%     
==========================================
  Files          24       24              
  Lines        3286     3315      +29     
==========================================
+ Hits         2846     2877      +31     
+ Misses        440      438       -2     
Impacted Files Coverage Δ
dwave/cloud/solver.py 82.69% <77.14%> (+2.48%) :arrow_up:

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 901ee64...da24754. Read the comment docs.