Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix slow tests by upgrading MockDWaveSampler #301

Conversation

randomir
Copy link
Member

@randomir randomir commented Dec 3, 2024

In older versions of dwave-system/MockDWaveSampler, ExactSolver is used without a cutoff on problem size, which makes some tests here (LatticeLNLS) too slow.

In older versions, `ExactSolver` is used without a cutoff on problem
size, which makes some tests here (LatticeLNLS) too slow.
Copy link

codecov bot commented Dec 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.75%. Comparing base (ec4b3e6) to head (3c6122d).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #301   +/-   ##
=======================================
  Coverage   91.75%   91.75%           
=======================================
  Files          18       18           
  Lines        2268     2268           
=======================================
  Hits         2081     2081           
  Misses        187      187           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@randomir randomir changed the title Fix slow MockDWaveSampler in tests Fix slow tests by upgrading MockDWaveSampler Dec 3, 2024
@randomir randomir requested a review from arcondello December 3, 2024 15:19
@randomir randomir marked this pull request as ready for review December 3, 2024 15:19
@randomir randomir merged commit 1e7099e into dwavesystems:master Dec 3, 2024
29 checks passed
@randomir randomir deleted the fix-slow-mocksampler-tests/upgrade-dwave-system branch December 3, 2024 16:26
@randomir randomir mentioned this pull request Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants