-
Notifications
You must be signed in to change notification settings - Fork 65
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
Conversation
Codecov ReportAttention: Patch coverage is
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. |
@@ -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. |
There was a problem hiding this comment.
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. 🤷
Part of sdk, dimod, dwave-cloud-client, and dwave-hybrid PRs to reduce build warnings