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

Support dimod 0.10 #474

Closed randomir closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #474 (a14ef54) into master (48e7d52) will increase coverage by 0.21%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #474      +/-   ##
==========================================
+ Coverage   83.46%   83.68%   +0.21%     
==========================================
  Files          16       16              
  Lines        2637     2641       +4     
==========================================
+ Hits         2201     2210       +9     
+ Misses        436      431       -5     
Impacted Files Coverage Δ
dwave/cloud/cli.py 55.92% <0.00%> (ø)
dwave/cloud/computation.py 75.76% <ø> (ø)
dwave/cloud/coders.py 99.28% <100.00%> (+0.02%) :arrow_up:
dwave/cloud/client.py 91.42% <0.00%> (+0.26%) :arrow_up:
dwave/cloud/solver.py 81.27% <0.00%> (+1.12%) :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 48e7d52...a14ef54. Read the comment docs.