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 61 forks source link

Adapt `MockLeapHybridSolver` to work with cloud-client 0.11.3+ #515

Closed randomir closed 3 months ago

randomir commented 3 months ago

In cloud-client 0.11.3 we changed the meaning (and type) of a private variable, Future._sampleset, as part of garbage collection optimizations in https://github.com/dwavesystems/dwave-cloud-client/pull/602.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.78%. Comparing base (13809d9) to head (fae403c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #515 +/- ## ========================================== - Coverage 90.86% 87.78% -3.09% ========================================== Files 24 24 Lines 1675 1678 +3 ========================================== - Hits 1522 1473 -49 - Misses 153 205 +52 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.