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

Deprecation warning when initial_states undefined #65

Closed randomir closed 5 years ago

randomir commented 5 years ago

Due to a bug in input validation in Neal::sample(), an DeprecationWarning is thrown when initial_states=None.