bqth29 / simulated-bifurcation-algorithm

Python CPU/GPU implementation of the Simulated Bifurcation (SB) algorithm to solve quadratic optimization problems (QUBO, Ising, TSP, optimal asset allocations for a portfolio, etc.).
MIT License
103 stars 25 forks source link

Remove max steps in timeout test #68

Closed bqth29 closed 3 months ago

bqth29 commented 3 months ago

💬 Pull Request Description

CI breaks on Mac OS because of timeout test not working properly.

✔️ Check list

🚀 New features

None.

🐞 Bug fixes

Max steps removed in timeout test.

📣 Supplementary information

None.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (54cf452) to head (b902509). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #68 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 36 36 Lines 1600 1600 ========================================= Hits 1600 1600 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.