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

Sporadic test failure in appveyor 3.6 64 bit #86

Closed arcondello closed 1 year ago

arcondello commented 3 years ago

Thought it was a misc failure in #84 , but now the same error came up again.

https://ci.appveyor.com/project/dwave-adtt/dwave-neal/builds/36240502 https://ci.appveyor.com/project/dwave-adtt/dwave-neal/builds/36241188

Have not looked into the cause at all.

randomir commented 3 years ago

Check here and there.

arcondello commented 3 years ago

Got it, I was more curious why it showed up on the same config, though could be a coincidence. We can always lower the threshold again.

randomir commented 3 years ago

Or switch to CircleCI. :smile:

randomir commented 1 year ago

Fixed with #99 (drop appveyor) and #103 (drop py36).