Skip to content

Commit 7dd9edb

Browse files
author
Ian Schweer
committed
Remove extra return
1 parent 9c119f7 commit 7dd9edb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytensor/link/pytorch/dispatch/elemwise.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def elemwise_fn(*inputs):
3232
for _ in range(broadcast_inputs[0].dim()):
3333
ufunc = torch.vmap(ufunc)
3434
return ufunc(*broadcast_inputs)
35-
return base_fn(*inputs)
3635

3736
return elemwise_fn
3837

0 commit comments

Comments
 (0)