dwave-system
dwave-system copied to clipboard
Add MockLeapHybridSampler
Current Problem We currently mock the solver with MockLeapHybridSolver but it would be nice to also mock the abstract object MockLeapHybridSampler
Proposed Solution Add MockLeapHybridSampler/MockLeapHybridBQMSampler
Alternatives Considered We can get by with the mocked solver but it requires mocking the cloud client
Additional context Add any other context here.
Agree, especially combined with moving the mock client to the cloud-client (https://github.com/dwavesystems/dwave-cloud-client/issues/387).