Qiskit / rustworkx

A high performance Python graph library implemented in Rust.
https://www.rustworkx.org
Apache License 2.0
1.03k stars 145 forks source link

Fix type hint for search functions #1132

Closed JPena-code closed 6 months ago

JPena-code commented 6 months ago

Aims to fix the mismatchof the type hint for the search functions bfs_search, dfs_search and dijkstra_search #1130

CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 8146691700

Details


Totals Coverage Status
Change from base Build 8141406179: 0.0%
Covered Lines: 17095
Relevant Lines: 17721

💛 - Coveralls
IvanIsCoding commented 6 months ago

Can you rebase your PR to only include your changes? Currently you are including changes from #1103 which makes it difficult to review

JPena-code commented 6 months ago

Of course

IvanIsCoding commented 6 months ago

@Mergifyio backport stable/0.14

mergify[bot] commented 6 months ago

backport stable/0.14

✅ Backports have been created

* [#1133 Fix type hint for search functions (backport #1132)](https://github.com/Qiskit/rustworkx/pull/1133) has been created for branch `stable/0.14`