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 c8a4b92 commit a86efe5Copy full SHA for a86efe5
pytensor/graph/rewriting/utils.py
@@ -45,7 +45,6 @@ def rewrite_graph(
45
46
return_fgraph = False
47
if isinstance(graph, FunctionGraph):
48
- outputs: Sequence[Variable] = graph.outputs
49
fgraph = graph
50
return_fgraph = True
51
else:
0 commit comments