File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ def make_all(
322322 output_storage = None ,
323323 storage_map = None ,
324324 ):
325- fgraph : Any = self .fgraph
325+ fgraph = self .fgraph
326326 order = self .schedule (fgraph )
327327 no_recycling = self .no_recycling
328328
@@ -347,7 +347,7 @@ def make_all(
347347 thunks [- 1 ].outputs = [storage_map [v ] for v in node .outputs ]
348348
349349 computed , last_user = gc_helper (order )
350- post_thunk_old_storage : Any = [] if self .allow_gc else None
350+ post_thunk_old_storage = [] if self .allow_gc else None
351351
352352 for node in order :
353353 if self .allow_gc :
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ pytensor/compile/mode.py
66pytensor/compile/sharedvalue.py
77pytensor/graph/rewriting/basic.py
88pytensor/ifelse.py
9- pytensor/link/basic.py
109pytensor/link/numba/dispatch/elemwise.py
1110pytensor/link/numba/dispatch/scan.py
1211pytensor/printing.py
You can’t perform that action at this time.
0 commit comments