dwavesystems / dwave-system

An API for easily incorporating the D-Wave system as a sampler, either directly or through Leap's cloud-based hybrid samplers
https://docs.ocean.dwavesys.com/
Apache License 2.0
87 stars 62 forks source link

Resolve dependency conflicts with dimod 0.9 and 0.10 #421

Closed randomir closed 3 years ago

randomir commented 3 years ago

See https://github.com/dwavesystems/dimod/pull/981.

codecov-commenter commented 3 years ago

Codecov Report

Merging #421 (a74d523) into master (d823133) will decrease coverage by 1.39%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #421      +/-   ##
==========================================
- Coverage   91.87%   90.48%   -1.40%     
==========================================
  Files          22       22              
  Lines        1366     1366              
==========================================
- Hits         1255     1236      -19     
- Misses        111      130      +19     
Impacted Files Coverage Δ
dwave/system/samplers/clique.py 78.61% <0.00%> (-5.04%) :arrow_down:
dwave/system/samplers/dwave_sampler.py 84.37% <0.00%> (-3.13%) :arrow_down:
dwave/system/samplers/leap_hybrid_sampler.py 74.45% <0.00%> (-2.92%) :arrow_down:
dwave/system/composites/embedding.py 95.85% <0.00%> (-1.19%) :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 d823133...a74d523. Read the comment docs.