-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c56c0e
commit 9737c87
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
releasenotes/notes/fix-dijkstra-panic-3962ad36788cab00.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed an issue with the Dijkstra path functions: | ||
* :func:`rustworkx.dijkstra_shortest_paths` | ||
* :func:`rustworkx.dijkstra_shortest_path_lengths` | ||
where a `Pyo3.PanicException`were raise with no much detail at the moment | ||
of pass in the `source` argument the index of an out of bound node. | ||
Fixed `#1117 <https://github.com/Qiskit/rustworkx/issues/1117>`__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters