We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53680c5 commit be4eb61Copy full SHA for be4eb61
pytensor/link/numba/dispatch/basic.py
@@ -531,7 +531,7 @@ def numba_funcify_FunctionGraph(
531
fgraph_can_be_cached = [True]
532
cache_keys = []
533
toposort = fgraph.toposort()
534
- toposort_coords: dict[Variable, tuple[int, int]] = {
+ toposort_coords: dict[Variable, tuple[int, int | str]] = {
535
inp: (0, i) for i, inp in enumerate(fgraph.inputs)
536
}
537
toposort_coords |= {
0 commit comments