Skip to content

Commit

Permalink
Mypy fix
Browse files Browse the repository at this point in the history
I'm not sure why this was raised now.
  • Loading branch information
brendan-m-murphy committed Feb 6, 2025
1 parent 631f397 commit 8c17e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytensor/link/vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def calculate_reallocate_info(
# where gc
for i in range(idx + 1, len(order)):
if reuse_out is not None:
break # type: ignore
break
for out in order[i].outputs:
if (
getattr(out.type, "ndim", None) == 0
Expand Down

0 comments on commit 8c17e93

Please sign in to comment.