Skip to content

Commit 8c60fd0

Browse files
committed
DO NOT MERGE: Check where are refeeds used
1 parent f0c903f commit 8c60fd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytensor/compile/function/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,6 +1563,7 @@ def __init__(
15631563
)
15641564
for i in self.inputs
15651565
]
1566+
assert not any(self.refeed)
15661567

15671568
def create(self, input_storage=None, storage_map=None):
15681569
"""

0 commit comments

Comments
 (0)