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 a6cee04 commit 8bec593Copy full SHA for 8bec593
pytensor/scan/rewriting.py
@@ -1344,7 +1344,7 @@ def save_mem_new_scan(fgraph, node):
1344
else:
1345
# there is a **gotcha** here ! Namely, scan returns an
1346
# array that contains the initial state of the output
1347
- # as well. Which means that if y have a initial state of
+ # as well. Which means that if y has an initial state of
1348
# length 3, and you look for 5 steps you get an output
1349
# y of length 8. If you only use y[:5], this does not
1350
# mean that you only need to loop for 5 steps but
0 commit comments