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

Remove ambiguous xrefs to reduce build warnings #524

Merged
merged 5 commits into from
Jul 11, 2024

Conversation

JoelPasvolsky
Copy link
Contributor

@JoelPasvolsky JoelPasvolsky commented Jun 24, 2024

Part of sdk, dimod, dwave-cloud-client, and dwave-hybrid PRs to reduce build warnings

Copy link

codecov bot commented Jun 24, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 86.70%. Comparing base (9fe827d) to head (41f47c5).

Files Patch % Lines
dwave/system/samplers/dwave_sampler.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #524      +/-   ##
==========================================
- Coverage   89.65%   86.70%   -2.96%     
==========================================
  Files          24       24              
  Lines        1760     1760              
==========================================
- Hits         1578     1526      -52     
- Misses        182      234      +52     

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

@@ -548,7 +548,7 @@ def unembed_sampleset(target_sampleset, embedding, source_bqm,
already exists in the sample set then it is overwritten.

Returns:
:obj:`.SampleSet`: Sample set in the source BQM.
:obj:`~dimod.SampleSet`: Sample set in the source BQM.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using :obj: for classes (instead of :class:) remains such an eyesore to me, to this day. 🤷

@arcondello arcondello merged commit b233941 into dwavesystems:master Jul 11, 2024
16 checks passed
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.

3 participants