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 flaky tests #300

Merged
merged 4 commits into from
Dec 2, 2024
Merged

Fix flaky tests #300

merged 4 commits into from
Dec 2, 2024

Conversation

randomir
Copy link
Member

No description provided.

`dimod.ExactSolver` will return samples in order of enumeration, not
energy, and Splat composer with then just take the first sample, not
necessarily the best sample. This will cause non-optimal subsample
selection in the subsampler branch.
Copy link

codecov bot commented Nov 30, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 3 lines in your changes missing coverage. Please review.

Project coverage is 91.75%. Comparing base (8ae64e1) to head (3f32640).
Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
hybrid/composers.py 50.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #300      +/-   ##
==========================================
- Coverage   91.87%   91.75%   -0.12%     
==========================================
  Files          18       18              
  Lines        2264     2268       +4     
==========================================
+ Hits         2080     2081       +1     
- Misses        184      187       +3     

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

@randomir randomir requested a review from arcondello December 2, 2024 12:29
@randomir randomir marked this pull request as ready for review December 2, 2024 12:29
@randomir randomir merged commit ec4b3e6 into dwavesystems:master Dec 2, 2024
29 checks passed
@randomir randomir deleted the fix-flaky-test branch December 2, 2024 17:40
@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