lanl-ansi / QuantumAnnealing.jl

Tools for the Simulation and Execution of Quantum Annealing Algorithms
Other
25 stars 5 forks source link

De precision fix #48

Closed zmorrell closed 4 months ago

zmorrell commented 4 months ago

Increased upper bound on precision requirements and removed lower bounds. This temporarily resolves the issues with the failing CI, and may be a viable path moving forward. It seems that the issue is arising that since we are still considering Julia 1.6 in our unit tests, using a tight range on values to see if anything changes is untenable for maintenance. Removing the lower bound should ensure that we have a high quality of solution without having erroneous build failures come up when a dependency modifies their package.

Fixes #45