dwavesystems / dwave-neal

An implementation of a simulated annealing sampler for general Ising model graphs in C++ with a dimod Python wrapper.
https://docs.ocean.dwavesys.com/projects/neal/en/latest
Apache License 2.0
50 stars 44 forks source link

Reduce warnings in SDK build (for post-unified-docs SDK) #73

Closed JoelPasvolsky closed 4 years ago

JoelPasvolsky commented 4 years ago

Not to be deployed yet. Should fix build warnings on duplicate labels and intersphinx links.

codecov-io commented 4 years ago

Codecov Report

Merging #73 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #73   +/-   ##
=======================================
  Coverage   96.77%   96.77%           
=======================================
  Files           2        2           
  Lines         155      155           
=======================================
  Hits          150      150           
  Misses          5        5
Impacted Files Coverage Δ
neal/sampler.py 96.68% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 106c720...fb82961. Read the comment docs.