Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix panic error at shortest paths (backport #1134) #1135

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Mar 8, 2024

This is an automatic backport of pull request #1134 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

* lint suggestion UP032

* Test of dijkstra raising IndexError

* Test Bellman Ford and A*

* fix: shortest path

(cherry picked from commit 058b0c7)
@IvanIsCoding IvanIsCoding added the automerge Queue a approved PR for merging label Mar 8, 2024
@IvanIsCoding IvanIsCoding mentioned this pull request Mar 8, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8207685334

Details

  • 57 of 57 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.01%) to 96.614%

Totals Coverage Status
Change from base Build 8147767504: 0.01%
Covered Lines: 16808
Relevant Lines: 17397

💛 - Coveralls

@mergify mergify bot merged commit 4a07f44 into stable/0.14 Mar 8, 2024
27 checks passed
@mergify mergify bot deleted the mergify/bp/stable/0.14/pr-1134 branch March 8, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Queue a approved PR for merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants