Skip to content

Commit fd2f192

Browse files
author
Ian Schweer
committed
Remove extra return
1 parent 1ffd7c6 commit fd2f192

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
@@ -46,7 +46,6 @@ def elemwise_fn(*inputs):
4646
for _ in range(broadcast_inputs[0].dim()):
4747
ufunc = torch.vmap(ufunc)
4848
return ufunc(*broadcast_inputs)
49-
return base_fn(*inputs)
5049

5150
return elemwise_fn
5251

0 commit comments

Comments
 (0)