Skip to content

Commit 9c119f7

Browse files
author
Ian Schweer
committed
Fix comment
1 parent 5a1d82b commit 9c119f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytensor/link/pytorch/dispatch/elemwise.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ def softmax_grad(dy, sm):
172172
def elemwise_scalar_loop(base_fn, op, node, **kwargs):
173173
"""
174174
ScalarLoop + Elemwise is too common
175-
to not work, but @1031, vmap won't allow it.
176-
Instead, we can ravel all the inputs, broadcasted
175+
to not work, but https://github.com/pymc-devs/pytensor/issues/1031,
176+
vmap won't allow it. Instead, we can ravel all the inputs, broadcasted
177177
according to torch
178178
"""
179179

0 commit comments

Comments
 (0)