Skip to content

Commit 6d83c24

Browse files
committed
construct_pfunc_ins_and_outs doesn't use mode
1 parent c40a079 commit 6d83c24

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pytensor/compile/function/pfunc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,6 @@ def pfunc(
453453
inputs, cloned_outputs = construct_pfunc_ins_and_outs(
454454
params,
455455
outputs,
456-
mode,
457456
updates,
458457
givens,
459458
no_default_updates,
@@ -479,7 +478,6 @@ def pfunc(
479478
def construct_pfunc_ins_and_outs(
480479
params,
481480
outputs=None,
482-
mode=None,
483481
updates=None,
484482
givens=None,
485483
no_default_updates=False,

0 commit comments

Comments
 (0)